M409 in versions 3.1.1 and 3.2.2
-
In version 3.1.1, I am able to run M409 F"f, d3" to obtain the homed status, machinePosition, and current heater temperature. In version 3.2.2, the homed status is not shown anymore.
Inside move/axes for 3.1.1:
"homed": false, "machinePosition": 0, "userPosition": 0
Inside move/axes for 3.2.2:
"machinePosition": 0, "userPosition": 0
Is there a single command that I can run to find the homed status, machinePosition, and current heater temperature in 3.2.2?
-
-
@avdoverflow the homes status is no longer returned when the "f" flag is used, because it does not change frequently. You can send M409 K"move.axes[].homed" to get just the axes homed status.