mattercontrol/StaticData/SliceSettings/unload_filament.txt
Lars Brubaker 97be75f673 Added load filament_speed
Fixed errors
2018-01-18 16:33:48 -08:00

24 lines
1.3 KiB
Text

; host.choose_material(title:"Confirm the material you are unloading.")
; host.show_message(title:"Waiting for extruder to heat to [temperature], before unloading.")
G4 S1 ; wait message to display
M109 S[temperature] ; heat up the extruder
M302 S0 ; Allow extrusion at any temperature
; host.show_message(title:"Unloading filament..." count_down:28)
G92 E0 ; reset the extruder position to 0
G91 ; Relative positioning
G1 E15 F600 ; push some out first
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G1 E-[unload_filament_length_over_six] F[load_filament_speed] ; unload the filament
G4 S1 ; wait for move to finish
G90 ; Absolute positioning
G92 E0 ; reset the extruder position to 0
M302 S150 ; Set cold extrude temp back to reasonable
M104 S0 ; turn the extruder temperature off