We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02ef65 commit 0b9c2b2Copy full SHA for 0b9c2b2
pause_resume_cancel.cfg
@@ -45,6 +45,7 @@ description: Pauses the current print.
45
gcode:
46
PAUSE P=2{% for k in params|select("in", "BEXYZ") %}{
47
' '~k~'="'~params[k]~'"'}{% endfor %}
48
+ SET_GCODE_VARIABLE MACRO=_load_unload VARIABLE=is_printing VALUE="{0}"
49
UNLOAD_FILAMENT{% if 'U' in params %} LENGTH={params.U}{% endif %}
50
{% if 'R' in params %}M109 S{params.R}{% endif %}
51
0 commit comments