diff --git a/sinqMotor b/sinqMotor index 4cb5181..492f459 160000 --- a/sinqMotor +++ b/sinqMotor @@ -1 +1 @@ -Subproject commit 4cb51814b88972002dc5364a63fa586f20d3c1b0 +Subproject commit 492f4596787b8b658a285eb388f02ec219178b2c diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 7bce0dc..e058566 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -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; }