From cab84e0e5bf403121dc7ba0fe90fd518993ad514 Mon Sep 17 00:00:00 2001 From: Daniel Benamy Date: Wed, 30 Oct 2013 22:44:20 -0400 Subject: [PATCH] Add (correct) missing pin definitions for Y2 I tested this and it works. --- Marlin/pins.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Marlin/pins.h b/Marlin/pins.h index 12dd931346..9f9e76938b 100644 --- a/Marlin/pins.h +++ b/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