Fix First layer cal being stored without confirming with knob

This commit is contained in:
3d-gussner 2023-02-10 12:43:51 +01:00 committed by DRracer
parent c3cfc86094
commit b02e8d9961
1 changed files with 1 additions and 1 deletions

View File

@ -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: