|
|
|
@ -378,6 +378,8 @@ void startOrResumeJob() {
|
|
|
|
|
print_job_timer.start();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if ENABLED(SDSUPPORT)
|
|
|
|
|
|
|
|
|
|
void abortSDPrinting() {
|
|
|
|
|
card.stopSDPrint(
|
|
|
|
|
#if SD_RESORT
|
|
|
|
@ -400,6 +402,8 @@ void abortSDPrinting() {
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Manage several activities:
|
|
|
|
|
* - Check for Filament Runout
|
|
|
|
|