Browse Source

Unconfuse intellisense

Scott Lahteine 5 years ago
parent
commit
51fd226a4d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/menu/menu_bed_corners.cpp

+ 2
- 2
Marlin/src/lcd/menu/menu_bed_corners.cpp View File

97
         #endif
97
         #endif
98
         ui.goto_previous_screen_no_defer();
98
         ui.goto_previous_screen_no_defer();
99
       },
99
       },
100
-      GET_TEXT(
100
+      GET_TEXT((
101
         #if ENABLED(LEVEL_CENTER_TOO)
101
         #if ENABLED(LEVEL_CENTER_TOO)
102
           MSG_LEVEL_BED_NEXT_POINT
102
           MSG_LEVEL_BED_NEXT_POINT
103
         #else
103
         #else
104
           MSG_NEXT_CORNER
104
           MSG_NEXT_CORNER
105
         #endif
105
         #endif
106
-      ), (PGM_P)nullptr, PSTR("?")
106
+      )), (PGM_P)nullptr, PSTR("?")
107
     );
107
     );
108
     ui.set_selection(true);
108
     ui.set_selection(true);
109
     _lcd_goto_next_corner();
109
     _lcd_goto_next_corner();

Loading…
Cancel
Save