Browse Source

Add (correct) missing pin definitions for Y2

I tested this and it works.
pull/1/head
Daniel Benamy 11 years ago
parent
commit
cab84e0e5b
  1. 8
      Marlin/pins.h

8
Marlin/pins.h

@ -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
@ -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

Loading…
Cancel
Save