What does M913 Znnn change in the object model
-
I cant find where this gcode changes anything in the object model:
M913 Z50Where should I be looking?
-
@printernoodle AFAIK this is not reported in the object model. The documentation for the latest version is here:
https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation-Beta-&-RCThere are still a number of things that are set by gcode commands that need to be added to the object model. this is one of them.
-
@printernoodle in firmware 3.4beta3 (just released) the M913 setting is reported in move.axes[n].percentCurrent and move.extruders[n].percentCurrent.
-
@dc42
Thank you very much indeed. -
@t3p3tony
I appreciate this link!