Only show "SD Init Fail" with detectable media (#19236)
This commit is contained in:
parent
ffba220ae8
commit
6a511b6ea7
@ -383,8 +383,10 @@ void CardReader::mount() {
|
||||
|
||||
if (flag.mounted)
|
||||
cdroot();
|
||||
else if (marlin_state != MF_INITIALIZING)
|
||||
ui.set_status_P(GET_TEXT(MSG_SD_INIT_FAIL), -1);
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT) || PIN_EXISTS(SD_DETECT)
|
||||
else if (marlin_state != MF_INITIALIZING)
|
||||
ui.set_status_P(GET_TEXT(MSG_SD_INIT_FAIL), -1);
|
||||
#endif
|
||||
|
||||
ui.refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user