Compare commits

...

1 Commits

View File

@ -416,12 +416,7 @@ asynStatus turboPmacAxis::doPoll(bool *moving) {
case -6:
// Axis is stopping
// If the axis was already idle during the last poll, it is not moving
if (previousStatusDone == 0) {
*moving = true;
} else {
*moving = false;
}
break;
case -5:
// Axis is deactivated