Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 27f662a

Browse files
committed
🔧 SOUND_MENU_ITEM for E3V2
1 parent 6316a98 commit 27f662a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Marlin/Configuration_adv.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,9 +1246,6 @@
12461246
// BACK menu items keep the highlight at the top
12471247
//#define TURBO_BACK_MENU_ITEM
12481248

1249-
// Add a mute option to the LCD menu
1250-
//#define SOUND_MENU_ITEM
1251-
12521249
/**
12531250
* LED Control Menu
12541251
* Add LED Control to the LCD menu
@@ -1280,6 +1277,10 @@
12801277

12811278
#endif // HAS_LCD_MENU
12821279

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+
12831284
#if EITHER(HAS_DISPLAY, DWIN_CREALITY_LCD_ENHANCED)
12841285
// The timeout (in ms) to return to the status screen from sub-menus
12851286
//#define LCD_TIMEOUT_TO_STATUS 15000

0 commit comments

Comments
 (0)