Skip to content

Commit

Permalink
Fix "autotune" LCD message (#20127)
Browse files Browse the repository at this point in the history
  • Loading branch information
shitcreek authored and thinkyhead committed Nov 14, 2020
1 parent 39548df commit eedf779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/temp/M303.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit eedf779

Please sign in to comment.