Fix PLR file delete bug (#13860)
This commit is contained in:
parent
09f1b58146
commit
79955f0c89
@ -1038,7 +1038,7 @@ void CardReader::printingHasFinished() {
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
|
||||
constexpr char job_recovery_file_name[4] = "PLR";
|
||||
constexpr char job_recovery_file_name[5] = "/PLR";
|
||||
|
||||
bool CardReader::jobRecoverFileExists() {
|
||||
const bool exists = recovery.file.open(&root, job_recovery_file_name, O_READ);
|
||||
|
Loading…
Reference in New Issue
Block a user