Browse Source

Abort SD followup

pull/1/head
Scott Lahteine 6 years ago
parent
commit
61225e685d
  1. 4
      Marlin/src/Marlin.cpp

4
Marlin/src/Marlin.cpp

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

Loading…
Cancel
Save