Updated sinqMotor
Some checks failed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Failing after 8s

This commit is contained in:
2026-03-09 13:04:47 +01:00
parent 8ef3e3a381
commit 6479642f47
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ asynStatus turboPmacAxis::init() {
}
// Use the homing status reported by the controller
setAxisParamChecked(this, motorStatusHomed, hasBeenHomed);
// setAxisParamChecked(this, motorStatusHomed, hasBeenHomed);
return status;
}