Skip to content

Commit

Permalink
Remove _TIP_SHAPING from End/cancel print macros
Browse files Browse the repository at this point in the history
I'm not sure why this is called here, but it leaves an undesirable string that can cause issues with homing Z if not removed manually.
  • Loading branch information
tehniemer committed Nov 22, 2023
1 parent a5ea3df commit a6b0859
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion macros/base/cancel_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gcode:
{% endif %}
{% else %}
# pull back the filament a little bit
_TIP_SHAPING
G92 E0
G1 E-10 F2100
{% endif %}

Expand Down
1 change: 0 additions & 1 deletion macros/base/end_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gcode:
{% endif %}
{% else %}
# pull back the filament a little bit
_TIP_SHAPING
G92 E0
G1 E-10 F2100
{% endif %}
Expand Down

0 comments on commit a6b0859

Please sign in to comment.