🚸 Show ExtUI message for PID_STARTED

This commit is contained in:
Scott Lahteine
2021-09-06 17:38:47 -05:00
parent bbce951666
commit f434915ad6
4 changed files with 10 additions and 2 deletions

View File

@ -108,6 +108,9 @@ namespace ExtUI {
// Called for temperature PID tuning result
//SERIAL_ECHOLNPAIR("OnPidTuning:", rst);
switch (rst) {
case PID_STARTED:
set_lcd_error_P(GET_TEXT(MSG_PID_AUTOTUNE));
break;
case PID_BAD_EXTRUDER_NUM:
set_lcd_error_P(GET_TEXT(MSG_PID_BAD_EXTRUDER_NUM));
break;