Fix encoder pulses for G3D_PANEL

This commit is contained in:
Scott Lahteine 2017-09-26 21:19:32 -05:00 committed by Scott Lahteine
parent 9ee92f1246
commit 8a994fb1b1
3 changed files with 30 additions and 28 deletions

View file

@ -239,13 +239,7 @@ uint16_t max_display_update_time = 0;
////////////////////////////////////////////
#ifndef ENCODER_FEEDRATE_DEADZONE
#define ENCODER_FEEDRATE_DEADZONE 10
#endif
#ifndef ENCODER_STEPS_PER_MENU_ITEM
#define ENCODER_STEPS_PER_MENU_ITEM 5
#endif
#ifndef ENCODER_PULSES_PER_STEP
#define ENCODER_PULSES_PER_STEP 1
#define ENCODER_FEEDRATE_DEADZONE 6
#endif
/**