Increase MENU_DEPTH_MAX to 7 to allow sheet calibration with MMU

This commit is contained in:
leptun 2019-10-01 19:43:30 +03:00
parent b39f09b68e
commit 6bd35bfa2f

View file

@ -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];