Fix an issue where mFilamentPrompt menu times out
Fixes a regression introduced in 3.13.0 here: a7e9ccfb57 (diff-5fbfdca43c192573e31d8e78d255c510fb6e213b118cf38173277ec2a2163880R7462)
Before 3.13.0, the menu never timed out until the safety timer turned off the heaters
After 3.13.0, the menu times out after 30 seconds.
The commit restores pre-3.13.0 behavior
This commit is contained in:
parent
3722a17e5a
commit
faa01b5a5f
|
|
@ -1815,6 +1815,7 @@ void lcd_print_target_temps_first_line() {
|
|||
|
||||
static void mFilamentPrompt()
|
||||
{
|
||||
lcd_timeoutToStatus.stop();
|
||||
lcd_print_target_temps_first_line();
|
||||
lcd_puts_at_P(0,1, _T(MSG_PRESS_KNOB));
|
||||
lcd_set_cursor(0,2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue