From 45633d87cc3578a19a0ee0b4dfe866a53c7daaa0 Mon Sep 17 00:00:00 2001 From: bkiziuk <32905985+bkiziuk@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:30:46 +0100 Subject: [PATCH] Add additional comment to LCD_TIMEOUT_TO_STATUS Clarify the default behavior if the option is not set. --- Marlin/Configuration_adv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index bcacddd20d..5ea56dbe99 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1124,7 +1124,8 @@ // 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 +// 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 // Add an 'M73' G-code to set the current percentage