Skip to content

Commit

Permalink
Fix "autotune" LCD message (MarlinFirmware#20127)
Browse files Browse the repository at this point in the history
  • Loading branch information
shitcreek authored and Kannix2005 committed Dec 7, 2020
1 parent c4db474 commit a5171a4
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 a5171a4

Please sign in to comment.