Skip to content

Commit

Permalink
Followup to CrealityUI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and ptoal committed Dec 16, 2021
1 parent e7a7dda commit 77c770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/creality/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ void Item_Adv_HomeOffsets(const uint8_t row) {
#ifdef USE_STRING_TITLES
DWIN_Draw_Label(row, GET_TEXT_F(MSG_SET_HOME_OFFSETS));
#else
say_probe_offs_en(0, row);
say_probe_offs_en(row);
#endif
}
Draw_Menu_Line(row, ICON_ProbeOff);
Expand Down

0 comments on commit 77c770e

Please sign in to comment.