M27: returns print saved (fixes setting temperatures to zero during crash detection)
This commit is contained in:
parent
137e1c5027
commit
64f7272ea7
1 changed files with 4 additions and 1 deletions
|
@ -523,7 +523,10 @@ void CardReader::getStatus()
|
|||
SERIAL_PROTOCOL(itostr2(time%60));
|
||||
SERIAL_PROTOCOLPGM("\n");
|
||||
}
|
||||
else{
|
||||
else if (saved_printing) {
|
||||
SERIAL_PROTOCOLLNPGM("Print saved");
|
||||
}
|
||||
else {
|
||||
SERIAL_PROTOCOLLNPGM("Not SD printing");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue