Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ gcode:
G1 X165 ; Wipe left
G1 X190 ; Wipe right
G1 X165 ; Wipe left
G1 E{retract_amount} F300 ; Undo the retract: AFC goes straight back to the print after this
G1 X190 F8000 ; One more swipe to shed the bead that makes
G1 X165

M106 S0 ; Turn off fan

Expand Down