From 0b20396ad9f35299561915c74e8dd25605f42a3e Mon Sep 17 00:00:00 2001 From: JeffB42 <10328858+JeffB42@users.noreply.github.com> Date: Sat, 26 Dec 2020 16:51:20 -0800 Subject: [PATCH] updated the default menu structure --- octoprint_zbolt_octoscreen/settings.py | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/octoprint_zbolt_octoscreen/settings.py b/octoprint_zbolt_octoscreen/settings.py index 3d727fa..f75f681 100644 --- a/octoprint_zbolt_octoscreen/settings.py +++ b/octoprint_zbolt_octoscreen/settings.py @@ -18,9 +18,9 @@ "panel": "move" }, { - "name": "Extrude", - "icon": "filament", - "panel": "extrude_multitool" + "name": "Filament", + "icon": "filament-spool", + "panel": "filament" }, { "name": "Fan", @@ -36,18 +36,13 @@ "name": "Control", "icon": "control", "panel": "control" - }, - { - "name": "ToolChanger", - "icon": "toolchanger", - "panel": "toolchanger" } ] }, { "name": "Filament", - "icon": "filament", - "panel": "filament_multitool" + "icon": "filament-spool", + "panel": "filament" }, { "name": "Configuration",