소스 검색

Level Bed Corners is a sub-menu

Scott Lahteine 4 년 전
부모
커밋
c353eab898
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/lcd/menu/menu_motion.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_motion.cpp 파일 보기

@@ -400,7 +400,7 @@ void menu_motion() {
400 400
   #endif
401 401
 
402 402
   #if ENABLED(LEVEL_BED_CORNERS) && DISABLED(LCD_BED_LEVELING)
403
-    ACTION_ITEM(MSG_LEVEL_CORNERS, _lcd_level_bed_corners);
403
+    SUBMENU(MSG_LEVEL_CORNERS, _lcd_level_bed_corners);
404 404
   #endif
405 405
 
406 406
   #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)

Loading…
취소
저장