Merge pull request #4169 from 3d-gussner/MK3_TMcal_mid

Move nozzle to center during Thermal model cal.
This commit is contained in:
3d-gussner 2023-05-05 11:48:41 +02:00 committed by GitHub
commit e3a57c9947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -903,9 +903,20 @@ void lcd_commands()
switch (lcd_commands_step)
{
case 0:
lcd_commands_step = 3;
lcd_commands_step = 5;
[[fallthrough]];
case 5:
enquecommand_P(G28W);
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"));