Compare commits
1 Commits
1703542770
...
bugfix-0.1
Author | SHA1 | Date | |
---|---|---|---|
4a1d6524a7 |
@ -416,12 +416,7 @@ asynStatus turboPmacAxis::doPoll(bool *moving) {
|
|||||||
case -6:
|
case -6:
|
||||||
// Axis is stopping
|
// Axis is stopping
|
||||||
|
|
||||||
// If the axis was already idle during the last poll, it is not moving
|
*moving = true;
|
||||||
if (previousStatusDone == 0) {
|
|
||||||
*moving = true;
|
|
||||||
} else {
|
|
||||||
*moving = false;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case -5:
|
case -5:
|
||||||
// Axis is deactivated
|
// Axis is deactivated
|
||||||
|
Reference in New Issue
Block a user