fixed bugs for rotating machine execSequence

This commit is contained in:
znetsixe
2025-11-05 17:15:47 +01:00
parent 51f966cfb9
commit 4b5ec33c1d
2 changed files with 29 additions and 7 deletions

View File

@@ -145,6 +145,9 @@ class nodeClass {
case "decelerating":
symbolState = "⏪";
break;
case "maintenance":
symbolState = "🔧";
break;
}
const position = m.state.getCurrentPosition();
const roundedPosition = Math.round(position * 100) / 100;