aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/display/menu.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/klippy/extras/display/menu.cfg b/klippy/extras/display/menu.cfg
index d9f7906b..56de02bd 100644
--- a/klippy/extras/display/menu.cfg
+++ b/klippy/extras/display/menu.cfg
@@ -15,7 +15,6 @@ items:
__temp
__filament
__prepare
- __test
### menu tune ###
[menu __tune]
@@ -620,22 +619,3 @@ type: command
enable: !toolhead.is_printing, heater_bed.is_enabled
name: Tune Hotbed PID
gcode: PID_CALIBRATE HEATER=heater_bed TARGET=60 WRITE_FILE=1
-
-### test menu ###
-[menu __test]
-type: list
-name: Test menu
-items:
- .__scroll
- .__dump
-
-[menu __test __scroll]
-type: item
-name: This is very long item name
-width: 18
-scroll: true
-
-[menu __test __dump]
-type: command
-name: Dump parameters
-gcode: MENU DO=dump