kisslorand
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/sd/M1001.cpp
|
@ -65,7 +65,7 @@ |
|
|
*/ |
|
|
*/ |
|
|
void GcodeSuite::M1001() { |
|
|
void GcodeSuite::M1001() { |
|
|
// If there's another auto#.g file to run...
|
|
|
// If there's another auto#.g file to run...
|
|
|
if (TERN(NO_SD_AUTOSTART, false, card.autofile_check())) return; |
|
|
if (TERN(NO_SD_AUTOSTART, false, !card.autofile_check())) return; |
|
|
|
|
|
|
|
|
// Purge the recovery file...
|
|
|
// Purge the recovery file...
|
|
|
TERN_(POWER_LOSS_RECOVERY, recovery.purge()); |
|
|
TERN_(POWER_LOSS_RECOVERY, recovery.purge()); |
|
|