Fix loading filament screen hangs if changed automatically.

This commit is contained in:
Marek Bel 2018-08-27 20:09:22 +02:00
parent b08ae95568
commit 2a00e5d348

View file

@ -3124,6 +3124,8 @@ void gcode_M600(bool automatic, float x_position, float y_position, float z_shif
if(!automatic) M600_check_state();
lcd_update_enable(true);
//Not let's go back to print
fanSpeed = fanSpeedBckp;
@ -8881,7 +8883,6 @@ void M600_check_state()
// Everything good
default:
lcd_change_success();
lcd_update_enable(true);
break;
}
}