Browse Source

Allow M29 to be processed late

Scott Lahteine 6 years ago
parent
commit
b5fd2fb58b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/sdcard/M20-M30_M32-M34_M524_M928.cpp

+ 1
- 1
Marlin/src/gcode/sdcard/M20-M30_M32-M34_M524_M928.cpp View File

216
  * Processed in write to file routine
216
  * Processed in write to file routine
217
  */
217
  */
218
 void GcodeSuite::M29() {
218
 void GcodeSuite::M29() {
219
-  // card.flag.saving = false;
219
+  card.flag.saving = false;
220
 }
220
 }
221
 
221
 
222
 /**
222
 /**

Loading…
Cancel
Save