Increase MENU_DEPTH_MAX to 7 to allow sheet calibration with MMU
This commit is contained in:
parent
b39f09b68e
commit
6bd35bfa2f
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
extern int32_t lcd_encoder;
|
extern int32_t lcd_encoder;
|
||||||
|
|
||||||
#define MENU_DEPTH_MAX 6
|
#define MENU_DEPTH_MAX 7
|
||||||
|
|
||||||
static menu_record_t menu_stack[MENU_DEPTH_MAX];
|
static menu_record_t menu_stack[MENU_DEPTH_MAX];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue