Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove _TIP_SHAPING from End/cancel print macros #357

Merged
merged 9 commits into from
Dec 15, 2023
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 @@ -23,7 +23,6 @@ gcode:
{% endif %}
{% else %}
# pull back the filament a little bit
_TIP_SHAPING
G92 E0
G1 E-10 F2100
{% endif %}
Expand Down