Browse Source

🔧 SOUND_MENU_ITEM for E3V2

Scott Lahteine 3 years ago
parent
commit
2aa36af557
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      Marlin/Configuration_adv.h

+ 4
- 3
Marlin/Configuration_adv.h View File

@@ -1246,9 +1246,6 @@
1246 1246
   // BACK menu items keep the highlight at the top
1247 1247
   //#define TURBO_BACK_MENU_ITEM
1248 1248
 
1249
-  // Add a mute option to the LCD menu
1250
-  //#define SOUND_MENU_ITEM
1251
-
1252 1249
   /**
1253 1250
    * LED Control Menu
1254 1251
    * Add LED Control to the LCD menu
@@ -1280,6 +1277,10 @@
1280 1277
 
1281 1278
 #endif // HAS_LCD_MENU
1282 1279
 
1280
+#if ANY(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED, DWIN_CREALITY_LCD_JYERSUI)
1281
+  //#define SOUND_MENU_ITEM   // Add a mute option to the LCD menu
1282
+#endif
1283
+
1283 1284
 #if EITHER(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED)
1284 1285
   // The timeout (in ms) to return to the status screen from sub-menus
1285 1286
   //#define LCD_TIMEOUT_TO_STATUS 15000

Loading…
Cancel
Save