Increase MENU_DEPTH_MAX to 7 to allow sheet calibration with MMU
This commit is contained in:
parent
b39f09b68e
commit
6bd35bfa2f
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue