Skip to content

Commit

Permalink
🔧 SOUND_MENU_ITEM for E3V2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 25, 2021
1 parent 7269990 commit 884308f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 884308f

Please sign in to comment.