stop paused print fix: saved_printing set to false when doing stop print

This commit is contained in:
PavelSindler 2018-12-19 19:20:09 +01:00
parent c69d4aa914
commit 40fe52202d
1 changed files with 2 additions and 1 deletions

View File

@ -6058,6 +6058,7 @@ static void lcd_sd_updir()
void lcd_print_stop() void lcd_print_stop()
{ {
saved_printing = false;
cancel_heatup = true; cancel_heatup = true;
#ifdef MESH_BED_LEVELING #ifdef MESH_BED_LEVELING
mbl.active = false; mbl.active = false;