display_menu: add preheat
This commit is contained in:
parent
ed0197e0a1
commit
4c4e2eef7b
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,18 @@ type: disabled
|
|||
|
||||
|
||||
# Added Items to the Stock menu #
|
||||
[menu __main __filament __preheat_pla]
|
||||
type: command
|
||||
name: Preheat for PLA
|
||||
gcode:
|
||||
PREHEAT EXTRUDER_TEMP=190
|
||||
|
||||
[menu __main __filament __preheat_abs]
|
||||
type: command
|
||||
name: Preheat for ABS
|
||||
gcode:
|
||||
PREHEAT EXTRUDER_TEMP=210
|
||||
|
||||
[menu __main __filament __load]
|
||||
type: command
|
||||
name: Load Filament
|
||||
|
|
Loading…
Reference in a new issue