This commit is contained in:
Luu Lac 2020-11-13 01:23:25 -06:00 committed by GitHub
commit b572c616d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ void GcodeSuite::M303() {
KEEPALIVE_STATE(NOT_BUSY);
#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);
ui.reset_status();
}