From 6d5ce309a5720d635432236ffad82bc5bec02335 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 3 Mar 2020 21:11:17 -0500 Subject: [PATCH] menu: Remove the "test" menu from the default menu It is likely only developers will be interested in testing the menu system, so no need to have it in the default menu. Signed-off-by: Kevin O'Connor --- klippy/extras/display/menu.cfg | 20 -------------------- 1 file changed, 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