Fixes #3262
Make sure to call lcd_timeoutToStatus.start() when the SD card is inserted into the printer after it was removed beforehand.
This commit is contained in:
parent
400f673fe0
commit
6795843f15
|
|
@ -1030,7 +1030,6 @@ void CardReader::presort() {
|
|||
|
||||
lcd_update(2);
|
||||
KEEPALIVE_STATE(NOT_BUSY);
|
||||
lcd_timeoutToStatus.start();
|
||||
}
|
||||
|
||||
void CardReader::flush_presort() {
|
||||
|
|
|
|||
|
|
@ -8858,6 +8858,7 @@ void menu_lcd_lcdupdate_func(void)
|
|||
LCD_MESSAGERPGM(_T(WELCOME_MSG));
|
||||
bMain=false; // flag (i.e. 'fake parameter') for 'lcd_sdcard_menu()' function
|
||||
menu_submenu(lcd_sdcard_menu);
|
||||
lcd_timeoutToStatus.start();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue