Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
MKS LCD Knob Rotation Fix
Browse files Browse the repository at this point in the history
MKS LCD Knob Rotation Fix
  • Loading branch information
Timothy Hoogland committed Apr 12, 2019
1 parent 8cda6de commit d8530a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TH3DUF_R2/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
#define BAUDRATE 250000

#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

#define ENCODER_PULSES_PER_STEP 4
#define ENCODER_STEPS_PER_MENU_ITEM 1

#define REVERSE_ENCODER_DIRECTION

#if ENABLED(DUAL_EXTRUDER_SINGLE_HOTEND) || ENABLED(DUAL_EXTRUDER_SINGLE_HOTEND)
#define DEFAULT_AXIS_STEPS_PER_UNIT { MKS_X_STEPS, MKS_Y_STEPS, MKS_Z_STEPS, MKS_E0_STEPS, MKS_E1_STEPS }
Expand Down

0 comments on commit d8530a5

Please sign in to comment.