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