Skip to content

Commit 0b9c2b2

Browse files
committed
pause_resume_cancel: Fix issue jschuh#28
1 parent d02ef65 commit 0b9c2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pause_resume_cancel.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ description: Pauses the current print.
4545
gcode:
4646
PAUSE P=2{% for k in params|select("in", "BEXYZ") %}{
4747
' '~k~'="'~params[k]~'"'}{% endfor %}
48+
SET_GCODE_VARIABLE MACRO=_load_unload VARIABLE=is_printing VALUE="{0}"
4849
UNLOAD_FILAMENT{% if 'U' in params %} LENGTH={params.U}{% endif %}
4950
{% if 'R' in params %}M109 S{params.R}{% endif %}
5051

0 commit comments

Comments
 (0)