From 32a6451ad8b9fe5c7d7f963b9883ef0584843c39 Mon Sep 17 00:00:00 2001 From: bonm014 Date: Thu, 3 Jul 2014 21:15:03 +0200 Subject: [PATCH] Add leapfrog and dual Y/Z I have added the pin set for the leapfrog and the support of dual Y and Z --- Marlin/pins.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Marlin/pins.h b/Marlin/pins.h index 19432aaee..321638000 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -137,6 +137,10 @@ #define Y2_DIR_PIN 40 #define Y2_ENABLE_PIN 36 +#define Z2_STEP_PIN 37 +#define Z2_DIR_PIN 40 +#define Z2_ENABLE_PIN 36 + #define SDPOWER -1 #define SDSS 11 #define SDCARDDETECT -1 // 10 optional also used as mode pin