From 4c4e2eef7ba5da7585447b21a40a9c8036ceee9d Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Thu, 12 Aug 2021 11:34:48 +0200 Subject: [PATCH] display_menu: add preheat --- display_menu.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/display_menu.cfg b/display_menu.cfg index 5fbf2c6..f9b8959 100644 --- a/display_menu.cfg +++ b/display_menu.cfg @@ -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