Skip to content

Commit

Permalink
pause_resume_cancel: Fix bad line breaks in PAUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill578 authored and jschuh committed Jun 13, 2023
1 parent 23834f4 commit 1b67a44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pause_resume_cancel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ gcode:
{% if printer.extruder.can_extrude %}
G1 E{'%.4f' % -E} F{km.load_speed}
{% endif %}
PARK P=2{% for k in params|select("in", "XYZ") %}
{' '~k~'="'~params[k]~'"'}
{% endfor %}
PARK P=2{% for k in params|select("in", "XYZ") %}{
' '~k~'="'~params[k]~'"'}{% endfor %}
# Beep on pause if there's an M300 macro.
{% for i in range(B) %}
M300 P100
Expand Down

0 comments on commit 1b67a44

Please sign in to comment.