Fix First layer cal being stored without confirming with knob
This commit is contained in:
parent
c3cfc86094
commit
b02e8d9961
|
|
@ -894,7 +894,7 @@ void lcd_commands()
|
|||
enquecommand_P(PSTR("G1 X10 Y180 F4000")); //Go to parking position
|
||||
if (MMU2::mmu2.Enabled()) enquecommand_P(PSTR("M702")); //unload from nozzle
|
||||
enquecommand_P(PSTR("M84"));// disable motors
|
||||
lcd_return_to_status(); //if user dont confirm live adjust Z value by pressing the knob, we are saving last value by timeout to status screen
|
||||
menu_leaving = 1; //if user dont confirm live adjust Z value by pressing the knob, we are saving last value by timeout to status screen
|
||||
lcd_commands_step = 1;
|
||||
break;
|
||||
case 1:
|
||||
|
|
|
|||
Loading…
Reference in New Issue