parent
f1a05d19b0
commit
e44f156535
@ -1849,12 +1849,14 @@ void Temperature::task() {
|
|||||||
quickstop_stepper();
|
quickstop_stepper();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if ENABLED(SDSUPPORT)
|
||||||
if (emergency_parser.sd_abort_by_M524) { // abort SD print immediately
|
if (emergency_parser.sd_abort_by_M524) { // abort SD print immediately
|
||||||
emergency_parser.sd_abort_by_M524 = false;
|
emergency_parser.sd_abort_by_M524 = false;
|
||||||
card.flag.abort_sd_printing = true;
|
card.flag.abort_sd_printing = true;
|
||||||
gcode.process_subcommands_now(F("M524"));
|
gcode.process_subcommands_now(F("M524"));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!updateTemperaturesIfReady()) return; // Will also reset the watchdog if temperatures are ready
|
if (!updateTemperaturesIfReady()) return; // Will also reset the watchdog if temperatures are ready
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user