Skip to content

Commit

Permalink
Update - removed MSG_FOR_NOZZLE
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jun 25, 2024
1 parent f5b22cc commit ac75696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ void HMI_ReturnScreen() {
case MPC_STARTED:
DWINUI::Draw_CenteredString(2,HMI_data.PopupTxt_Color, 70, GET_TEXT_F(MSG_MPC_AUTOTUNE));
DWINUI::Draw_String(HMI_data.PopupTxt_Color, gfrm.x, gfrm.y - DWINUI::fontHeight() - 4, GET_TEXT_F(MSG_MPC_TARGET));
DWINUI::Draw_CenteredString(2, HMI_data.PopupTxt_Color, 92, GET_TEXT_F(MSG_FOR_NOZZLE));
DWINUI::Draw_CenteredString(2, HMI_data.PopupTxt_Color, 92, GET_TEXT_F(MSG_TEMP_NOZZLE));
_maxtemp = thermalManager.hotend_max_target(EXT);
_target = 200;
break;
Expand Down

0 comments on commit ac75696

Please sign in to comment.