Improve menu pause / resume (#12876)
This commit is contained in:
committed by
Scott Lahteine
parent
432c21456f
commit
a403d9a50c
@ -84,8 +84,8 @@ void PrintJobRecovery::changed() {
|
||||
*/
|
||||
void PrintJobRecovery::check() {
|
||||
if (enabled) {
|
||||
if (!card.flag.cardOK) card.initsd();
|
||||
if (card.flag.cardOK) {
|
||||
if (!card.isDetected()) card.initsd();
|
||||
if (card.isDetected()) {
|
||||
load();
|
||||
if (!valid()) return purge();
|
||||
enqueue_and_echo_commands_P(PSTR("M1000 S"));
|
||||
|
Reference in New Issue
Block a user