Browse Source

Fix "confused intellisense" (#15817)

pull/1/head
Luu Lac 5 years ago
committed by Scott Lahteine
parent
commit
4ee3502c8f
  1. 4
      Marlin/src/lcd/menu/menu_bed_corners.cpp

4
Marlin/src/lcd/menu/menu_bed_corners.cpp

@ -97,13 +97,13 @@ static inline void _lcd_level_bed_corners_homing() {
#endif
ui.goto_previous_screen_no_defer();
},
GET_TEXT((
GET_TEXT(
#if ENABLED(LEVEL_CENTER_TOO)
MSG_LEVEL_BED_NEXT_POINT
#else
MSG_NEXT_CORNER
#endif
)), (PGM_P)nullptr, PSTR("?")
), (PGM_P)nullptr, PSTR("?")
);
ui.set_selection(true);
_lcd_goto_next_corner();

Loading…
Cancel
Save