Merge pull request #2841 from leptun/MK3_SD_REMOVED_MESSAGE

SD card released message
This commit is contained in:
DRracer 2020-09-23 10:22:04 +02:00 committed by GitHub
commit 134f841380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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()