Browse Source

Allow M29 to be processed late

pull/1/head
Scott Lahteine 5 years ago
parent
commit
b5fd2fb58b
  1. 2
      Marlin/src/gcode/sdcard/M20-M30_M32-M34_M524_M928.cpp

2
Marlin/src/gcode/sdcard/M20-M30_M32-M34_M524_M928.cpp

@ -216,7 +216,7 @@ void GcodeSuite::M28() {
* Processed in write to file routine
*/
void GcodeSuite::M29() {
// card.flag.saving = false;
card.flag.saving = false;
}
/**

Loading…
Cancel
Save