tinkergnome 926
On 12/30/2022 at 10:56 AM, reibuehl said:I don't fully understand the code though. Does this mean that the head moves to absolute X=5 and Y=5 and relative Z = +70?
Would it be possible to execute this function instead of whatever M600 does?
Besides the fact that M600 is ignored by the UM2 🙂... you're right.
That's what i used with Octoprint:
;M601 Pause in UltiLCD2, X[pos] Y[pos] Z[relative lift] L[additional retract distance in mm]
M601 Z10 X10 Y200 L8
You have to consider the maximum z-height (there are no limit checks if you use the gcode).
The extra retract distance may play a role if you manually change the material during the pause.
All parameters are optional (as usual).
Recommended Posts
reibuehl 41
Digging further in the @tinkergnome Firmware source, I found this in UltiLCD2_menu_print.cpp that seems to be responsible for the move:
I don't fully understand the code though. Does this mean that the head moves to absolute X=5 and Y=5 and relative Z = +70?
Would it be possible to execute this function instead of whatever M600 does?
Link to post
Share on other sites