Skip to content

Commit

Permalink
start_end: Adjust retraction in PRINT_END
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuh committed Mar 31, 2024
1 parent f90a118 commit 5292fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_end.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ gcode:

# Small retract to prevent ooze
G92 E0
G1 E-5.0 F3600
G1 E{"%.2f" % ((0, 2 - km.load_priming_length / 4)|min)} F1200
M400
{% endif %}

Expand Down

0 comments on commit 5292fbf

Please sign in to comment.