Fix PLR cancel with ExtUI (#16556)

This commit is contained in:
InsanityAutomation
2020-01-13 21:52:24 -05:00
committed by Scott Lahteine
parent 1457e40208
commit ffd8b595d1
9 changed files with 30 additions and 18 deletions

View File

@ -1071,7 +1071,7 @@ void CardReader::printingHasFinished() {
stopSDPrint();
#if ENABLED(POWER_LOSS_RECOVERY)
removeJobRecoveryFile();
recovery.purge();
#endif
#if ENABLED(SD_FINISHED_STEPPERRELEASE) && defined(SD_FINISHED_RELEASECOMMAND)