Adjusted error message
All checks were successful
Test And Build / Lint (push) Successful in 6s
Test And Build / Build (push) Successful in 6s

This commit is contained in:
2026-03-09 13:03:05 +01:00
parent 4cb51814b8
commit 492f459678

View File

@@ -369,7 +369,7 @@ asynStatus sinqAxis::move(double position, int relative, double minVelocity,
"%d:\nAxis needs to be homed first.\n",
pC_->portName, axisNo(), __PRETTY_FUNCTION__, __LINE__);
setAxisParamChecked(this, motorErrorMessage,
"Motor needs to be homed first.");
"Motor needs to be homed / referenced first.");
return pC_->callParamCallbacks();
}