From 884308f964ddb92c1371bc9ec96e587ef04336e0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 16 Nov 2021 08:54:30 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20SOUND=5FMENU=5FITEM=20for=20E3V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration_adv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 385d0b1b0d..402bc19b00 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1246,9 +1246,6 @@ // BACK menu items keep the highlight at the top //#define TURBO_BACK_MENU_ITEM - // Add a mute option to the LCD menu - //#define SOUND_MENU_ITEM - /** * LED Control Menu * Add LED Control to the LCD menu @@ -1280,6 +1277,10 @@ #endif // HAS_LCD_MENU +#if ANY(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED, DWIN_CREALITY_LCD_JYERSUI) + //#define SOUND_MENU_ITEM // Add a mute option to the LCD menu +#endif + #if EITHER(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED) // The timeout (in ms) to return to the status screen from sub-menus //#define LCD_TIMEOUT_TO_STATUS 15000