TM: Consume LCD click after calibration

Consume any pending LCD click after the temperature model calibration.
Since we're already in the status menu, the usual consume action is not
done automatically here.
This commit is contained in:
Yuri D'Elia 2022-09-30 12:24:54 +02:00 committed by 3d-gussner
parent d971944d1a
commit 8ae499c352

View file

@ -2906,6 +2906,7 @@ void temp_model_autotune(int16_t temp, bool selftest)
temp_model_report_settings();
}
lcd_consume_click();
menu_unset_block(MENU_BLOCK_TEMP_MODEL_AUTOTUNE);
}