LCD_BACKLIGHT_TIMEOUT

MarlinFirmware/Marlin#23768
This commit is contained in:
Scott Lahteine 2022-02-23 13:50:49 -06:00
parent fe592002ea
commit e6423bec1b
273 changed files with 1365 additions and 0 deletions

View file

@ -1280,6 +1280,11 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif
//
// LCD Backlight Timeout
//
//#define LCD_BACKLIGHT_TIMEOUT 30 // (s) Timeout before turning off the backlight
#if HAS_BED_PROBE && EITHER(HAS_MARLINUI_MENU, HAS_TFT_LVGL_UI)
//#define PROBE_OFFSET_WIZARD // Add a Probe Z Offset calibration option to the LCD menu
#if ENABLED(PROBE_OFFSET_WIZARD)