Skip to content

Commit

Permalink
Add (correct) missing pin definitions for Y2
Browse files Browse the repository at this point in the history
I tested this and it works.
  • Loading branch information
dbenamy committed Oct 31, 2013
1 parent c886f5c commit cab84e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Marlin/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@
#define Z_MIN_PIN 18
#define Z_MAX_PIN -1

#define Y2_STEP_PIN 36
#define Y2_DIR_PIN 34
#define Y2_ENABLE_PIN 30

#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30
Expand Down Expand Up @@ -452,6 +456,10 @@
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19

#define Y2_STEP_PIN 36
#define Y2_DIR_PIN 34
#define Y2_ENABLE_PIN 30

#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30
Expand Down

0 comments on commit cab84e0

Please sign in to comment.