Fix "autotune" LCD message (#20127)
This commit is contained in:
parent
2f57b1d529
commit
6b5ddfe235
@ -77,7 +77,7 @@ void GcodeSuite::M303() {
|
|||||||
KEEPALIVE_STATE(NOT_BUSY);
|
KEEPALIVE_STATE(NOT_BUSY);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ui.set_status(GET_TEXT(MSG_PID_AUTOTUNE));
|
ui.set_status_P(GET_TEXT(MSG_PID_AUTOTUNE));
|
||||||
thermalManager.PID_autotune(temp, e, c, u);
|
thermalManager.PID_autotune(temp, e, c, u);
|
||||||
ui.reset_status();
|
ui.reset_status();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user