Is it possible to issue a PAUSE command inside a macro when the printer is NOT printing?
PAUSE works great during a print, but I need one that works outside of a print.
For example, when running the macro below, it just blows past the PAUSE as if it were not there
[gcode_macro WAIT_FOR_USER_INTERACTION_TEST]
gcode:
RESPOND PREFIX=“User Interaction” MSG=“Press ‘Resume’ to continue the routine.”
PAUSE ; Infinite pause, waits for user to press resume
; The following steps proceed after user clicks resume
G28