M27 updated

This commit is contained in:
PavelSindler 2019-04-08 20:37:21 +02:00
parent 449bd58125
commit 9a4cfd97c8
1 changed files with 4 additions and 1 deletions

View File

@ -517,8 +517,11 @@ void CardReader::getStatus()
SERIAL_PROTOCOL(itostr2(time%60));
SERIAL_PROTOCOLPGM("\n");
}
else if (paused) {
SERIAL_PROTOCOLLNPGM("SD print paused");
}
else{
SERIAL_PROTOCOLLNRPGM("Not printing");
SERIAL_PROTOCOLLNPGM("Not SD printing");
}
}
void CardReader::write_command(char *buf)