diff --git a/src/sinqAxis.cpp b/src/sinqAxis.cpp index accce7e..7e43a06 100644 --- a/src/sinqAxis.cpp +++ b/src/sinqAxis.cpp @@ -367,7 +367,6 @@ asynStatus sinqAxis::move(double position, int relative, double minVelocity, // Since the move command was successfull, we assume that the motor has // started its movement. - setAxisParamChecked(this, motorStatusHomed, false); setAxisParamChecked(this, motorStatusAtHome, false); // Needed for adaptive polling @@ -398,7 +397,6 @@ asynStatus sinqAxis::home(double minVelocity, double maxVelocity, if (status == asynSuccess) { setAxisParamChecked(this, motorStatusHome, true); - setAxisParamChecked(this, motorStatusHomed, false); setAxisParamChecked(this, motorStatusAtHome, false); pSinqA_->wasMoving = true;