Working a bit on load unload

This commit is contained in:
Lars Brubaker 2018-01-19 16:19:16 -08:00
parent 401cc688d6
commit 6edd906af0
4 changed files with 5 additions and 3 deletions

View file

@ -198,11 +198,11 @@ Printer
Material Loading
Loading
load_filament_length
unload_filament_length
load_filament_speed
trim_image
insert_image
running_clean_image
unload_filament_length
G-Code
G-Code
G-Code

View file

@ -44,8 +44,8 @@
},
{
"SlicerConfigName": "load_filament_speed",
"PresentationName": "Load Filament Speed",
"HelpText": "The speed to run filament into the printer when loading.",
"PresentationName": "Filament Speed",
"HelpText": "The speed to run filament into and out of the printer.",
"DataEditType": "POSITIVE_DOUBLE",
"Units": "mm/s",
"ShowIfSet": "!sla_printer",

View file

@ -1,5 +1,6 @@
; host.choose_material(title:"Choose the material that you are loading.")
M106 S0 ; turn off the fan
M104 S[temperature] ; start heating up the extruder
; host.show_message(title:"Trim the end of the filament to ensure a good load.", image:"[trim_image]", wait_ok:"true")

View file

@ -1,6 +1,7 @@
; host.choose_material(title:"Confirm the material you are unloading.")
; host.show_message(title:"Waiting for extruder to heat to [temperature], before unloading.")
M106 S0 ; turn off the fan
G4 S1 ; wait message to display
M109 S[temperature] ; heat up the extruder