mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Merge pull request #7874 from thinkyhead/bf2_anet_encoder_pulses
[2.0.x] Fixing ANET encoder pulses
This commit is contained in:
commit
2aa22c5a5e
1 changed files with 2 additions and 0 deletions
|
@ -58,7 +58,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