Browse Source

Followup to CrealityUI cleanup

Followup to #22586
Scott Lahteine 3 years ago
parent
commit
737d2dd564
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/e3v2/creality/dwin.cpp

+ 1
- 1
Marlin/src/lcd/e3v2/creality/dwin.cpp View File

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

Loading…
Cancel
Save