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,6 +91,7 @@ static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned l
91 91
   #define ENCODER_PULSES_PER_STEP 1
92 92
 #else
93 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 95
 #endif
95 96
 
96 97
 

Loading…
Cancel
Save