Skip to content

Commit

Permalink
Update retraction speeds and lengths (#283)
Browse files Browse the repository at this point in the history
* Update retraction speeds and lengths

I changed all default lengths and speeds to both be consistent and have a short default length. Yanking it 10mm back at 60mm/s is just asking for trouble. There's been many clogs because of these defaults. This is a safe startingpoint that might be a little annoying with ooze during next print, but users can tweak this WITHOUT a clogged hotend.

* Update to 5mm@30mm/s
  • Loading branch information
newphreak committed Feb 19, 2022
1 parent 4b94fdf commit 7b13e50
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ gcode:

M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-2.0 F3600 ; retract filament
G1 E-5.0 F1800 ; retract filament

TURN_OFF_HEATERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-4.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-4.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-4.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-10.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-10.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ gcode:
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-10.0 F3600 ; retract filament
G1 E-5 F1800 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
Expand Down

0 comments on commit 7b13e50

Please sign in to comment.