Merge pull request #4283 from gudnimg/power-panic-fix-m600

m600: power panic: unset isPartialBackupAvailable on M600 exit
This commit is contained in:
3d-gussner 2023-07-31 12:10:06 +02:00 committed by GitHub
commit 1030a3ab1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -7644,6 +7644,11 @@ Sigma_Exit:
automatic = true;
gcode_M600(automatic, x_position, y_position, z_shift, e_shift_init, e_shift_late);
// From this point forward, power panic should not use
// the partial backup in RAM since the extruder is no
// longer in parking position
clear_print_state_in_ram();
}
break;
#endif //FILAMENTCHANGEENABLE