diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 20446da..9e631d5 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -392,13 +392,7 @@ asynStatus turboPmacAxis::doPoll(bool *moving) { switch (axStatus) { 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; - } + *moving = true; break; case -5: // Axis is deactivated