Add (correct) missing pin definitions for Y2

I tested this and it works.
This commit is contained in:
Daniel Benamy 2013-10-30 22:44:20 -04:00
parent c886f5cb13
commit cab84e0e5b

View file

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