Fixed wrong error message
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Successful in 9s

This commit is contained in:
2026-07-29 14:40:54 +02:00
parent c2b1735f13
commit ce6b9443c2
+4 -3
View File
@@ -591,9 +591,10 @@ asynStatus masterMacsAxis::doPoll(bool *moving) {
pC_->getMsgPrintControl().getSuffix());
}
setAxisParamChecked(this, motorMessageText,
"Communication error between PC and motor "
"controller. Please call the support.");
setAxisParamChecked(
this, motorMessageText,
"Communication error between MACS and controller. Try resetting "
"the axis. If the error persists, call the support.");
poll_status = asynError;
} else {