Merge pull request #3941 from wavexx/tm_wizard_nowarn
wizard: Disable TM warnings during calibration
This commit is contained in:
commit
1f54dfd0b2
|
|
@ -995,6 +995,7 @@ void lcd_commands()
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
|
temp_model_set_warn_beep(false);
|
||||||
enquecommand_P(PSTR("M310 A F1"));
|
enquecommand_P(PSTR("M310 A F1"));
|
||||||
lcd_commands_step = 2;
|
lcd_commands_step = 2;
|
||||||
break;
|
break;
|
||||||
|
|
@ -1008,6 +1009,7 @@ void lcd_commands()
|
||||||
case 1:
|
case 1:
|
||||||
lcd_commands_step = 0;
|
lcd_commands_step = 0;
|
||||||
lcd_commands_type = LcdCommands::Idle;
|
lcd_commands_type = LcdCommands::Idle;
|
||||||
|
temp_model_set_warn_beep(true);
|
||||||
bool res = temp_model_autotune_result();
|
bool res = temp_model_autotune_result();
|
||||||
if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE)) {
|
if (eeprom_read_byte((uint8_t*)EEPROM_WIZARD_ACTIVE)) {
|
||||||
// resume the wizard
|
// resume the wizard
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue