Fixed a bug in the pmac driver which caused wrong state 5/6 errors to be

found on a slow motor.
This commit is contained in:
2019-10-30 11:32:33 +01:00
parent 3133d933fa
commit 5aefbd4684
2 changed files with 21 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ class pmacAxis : public SINQAxis
time_t status6Time;
int starting;
int homing;
double statusPos;
friend class pmacController;
};