Kaynağa Gözat

Increase MENU_DEPTH_MAX to 7 to allow sheet calibration with MMU

leptun 5 yıl önce
ebeveyn
işleme
6bd35bfa2f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Firmware/menu.cpp

+ 1 - 1
Firmware/menu.cpp

@@ -15,7 +15,7 @@
 
 extern int32_t lcd_encoder;
 
-#define MENU_DEPTH_MAX       6
+#define MENU_DEPTH_MAX       7
 
 static menu_record_t menu_stack[MENU_DEPTH_MAX];