Do not precede first layer calibration without filament if print is paused due to MMU load failed.

This commit is contained in:
Marek Bel 2019-08-16 19:00:45 +02:00
parent 4c22ec234f
commit 1036c4f755

View File

@ -1354,7 +1354,7 @@ void lcd_commands()
if(lcd_commands_step>1) lcd_timeoutToStatus.start(); //if user dont confirm live adjust Z value by pressing the knob, we are saving last value by timeout to status screen
if (!blocks_queued() && cmd_buffer_empty())
if (!blocks_queued() && cmd_buffer_empty() && !saved_printing)
{
switch(lcd_commands_step)
{