mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
Fixing #7833
This commit is contained in:
parent
a4954a68e0
commit
c26242a553
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@
|
||||||
#define ADC_KEYPAD
|
#define ADC_KEYPAD
|
||||||
#define ADC_KEY_NUM 8
|
#define ADC_KEY_NUM 8
|
||||||
#define ULTIPANEL
|
#define ULTIPANEL
|
||||||
|
|
||||||
// this helps to implement ADC_KEYPAD menus
|
// this helps to implement ADC_KEYPAD menus
|
||||||
|
#define ENCODER_PULSES_PER_STEP 1
|
||||||
#define ENCODER_STEPS_PER_MENU_ITEM 1
|
#define ENCODER_STEPS_PER_MENU_ITEM 1
|
||||||
#define REVERSE_MENU_DIRECTION
|
#define REVERSE_MENU_DIRECTION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue