Move nozzle to center during Thermal model cal.

This commit is contained in:
3d-gussner 2023-04-25 20:41:17 +02:00
parent a354aad762
commit 686f92b243
1 changed files with 16 additions and 1 deletions

View File

@ -902,9 +902,24 @@ void lcd_commands()
switch (lcd_commands_step)
{
case 0:
lcd_commands_step = 3;
lcd_commands_step = 6;
[[fallthrough]];
case 6:
enquecommand_P(G28W);
lcd_commands_step = 5;
break;
case 5:
enquecommand_P(PSTR("G1 X125 Y105 Z1 F8000"));
lcd_commands_step = 4;
break;
case 4:
st_synchronize();
lcd_commands_step = 3;
break;
case 3:
temp_model_set_warn_beep(false);
enquecommand_P(PSTR("M310 A F1"));