Return success if motor needs to be homed first

This commit is contained in:
2026-03-09 11:36:51 +01:00
parent 92c264d0f6
commit 0e6c77b456
+1 -1
View File
@@ -370,7 +370,7 @@ asynStatus sinqAxis::move(double position, int relative, double minVelocity,
pC_->portName, axisNo(), __PRETTY_FUNCTION__, __LINE__);
setAxisParamChecked(this, motorErrorMessage,
"Motor needs to be homed first.");
return asynError;
return asynSuccess;
}
// Store the target position internally