Do not precede first layer calibration without filament if print is paused due to MMU load failed.
This commit is contained in:
parent
4c22ec234f
commit
1036c4f755
|
|
@ -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(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)
|
switch(lcd_commands_step)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue