Add additional comment to LCD_TIMEOUT_TO_STATUS

Clarify the default behavior if the option is not set.
This commit is contained in:
bkiziuk 2020-11-11 20:30:46 +01:00 committed by GitHub
parent ba2939b1dc
commit 45633d87cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1124,7 +1124,8 @@
// On the Info Screen, display XY with one decimal place when possible // On the Info Screen, display XY with one decimal place when possible
//#define LCD_DECIMAL_SMALL_XY //#define LCD_DECIMAL_SMALL_XY
// The timeout (in ms) to return to the status screen from sub-menus // The timeout (in ms) to return to the status screen from sub-menus.
// If not defined, the default of 15s is used.
//#define LCD_TIMEOUT_TO_STATUS 15000 //#define LCD_TIMEOUT_TO_STATUS 15000
// Add an 'M73' G-code to set the current percentage // Add an 'M73' G-code to set the current percentage