Browse Source

Fixed missing ENCODER_PULSES_PER_STEP

Erik van der Zalm 12 years ago
parent
commit
3ca1ca6869
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp View File

91
   #define ENCODER_PULSES_PER_STEP 1
91
   #define ENCODER_PULSES_PER_STEP 1
92
 #else
92
 #else
93
   #define ENCODER_STEPS_PER_MENU_ITEM 2 // VIKI LCD rotary encoder uses a different number of steps per rotation
93
   #define ENCODER_STEPS_PER_MENU_ITEM 2 // VIKI LCD rotary encoder uses a different number of steps per rotation
94
+  #define ENCODER_PULSES_PER_STEP 1
94
 #endif
95
 #endif
95
 
96
 
96
 
97
 

Loading…
Cancel
Save