Make LCD_TIMEOUT_TO_STATUS configurable
As suggested in https://github.com/MarlinFirmware/Marlin/issues/5570#issuecomment-283059 065
This commit is contained in:
@ -425,6 +425,9 @@
|
||||
// On the Info Screen, display XY with one decimal place when possible
|
||||
//#define LCD_DECIMAL_SMALL_XY
|
||||
|
||||
// The timeout (in ms) to return to the status screen from sub-menus
|
||||
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
|
||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||
|
Reference in New Issue
Block a user