Merge pull request #2841 from leptun/MK3_SD_REMOVED_MESSAGE
SD card released message
This commit is contained in:
commit
134f841380
|
|
@ -243,6 +243,8 @@ void CardReader::release()
|
|||
{
|
||||
sdprinting = false;
|
||||
cardOK = false;
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHOLNRPGM(_n("SD card released"));////MSG_SD_CARD_RELEASED
|
||||
}
|
||||
|
||||
void CardReader::startFileprint()
|
||||
|
|
|
|||
Loading…
Reference in New Issue