Gcode: pause until KEY is pressed
-
Hi there,
looking for a gcode command that allows me to pause a print until a key is pressed (or endstop is triggered).for example, when layer is done, goto center bed and wait until the key is pressed.
key can be also resume on the DWC or external endstop/key.thoughts?
-
use m291 to pause and set a trigger with m292
that gives you a message in dwc/paneldue that you can close with either a physical pin, web or paneldue i think. (subject to failing a reality check).
https://duet3d.dozuki.com/Wiki/Gcode#Section_M291_Display_message_and_optionally_wait_for_response
-
cool!
looks like what i'm aftercheers