Unsolved M84 change on 3.5.1?
-
On previous version I was using M84 S0 to make motor never go to idle state (so they hold torque all ttime while pausing a print)
No on 3.5.1, the command complains: Error: in file macro line 22: M84: value must be greater than zero
How can I make motor stay away from idle now?
Thanks in advance -
-
@Tinchus I think M84 S0 has been invalid to set the idle state for a while. The S0 switch was never intended to mean "never idle hold", and is not documented in the M84 entry as doing that. The correct way to set no idle hold is to use M906 I parameter to set the idle hold to the required level, eg
M906 I100
.I'll update the Gcode documentation to make this clearer.
Ian