1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

Followup to CrealityUI cleanup

Followup to #22586
This commit is contained in:
Scott Lahteine 2021-08-19 19:16:46 -05:00
parent 033e65ec85
commit 737d2dd564

View File

@ -2434,7 +2434,7 @@ void Item_Adv_HomeOffsets(const uint8_t row) {
#ifdef USE_STRING_TITLES #ifdef USE_STRING_TITLES
DWIN_Draw_Label(row, GET_TEXT_F(MSG_SET_HOME_OFFSETS)); DWIN_Draw_Label(row, GET_TEXT_F(MSG_SET_HOME_OFFSETS));
#else #else
say_probe_offs_en(0, row); say_probe_offs_en(row);
#endif #endif
} }
Draw_Menu_Line(row, ICON_ProbeOff); Draw_Menu_Line(row, ICON_ProbeOff);