Allow M29 to be processed late

This commit is contained in:
Scott Lahteine 2019-02-04 07:22:49 -06:00
parent 9091110460
commit b5fd2fb58b

View file

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