From 8016f058bcb40cbe57392f3425ba804ede117575 Mon Sep 17 00:00:00 2001 From: johnnyr Date: Wed, 19 Sep 2012 13:15:17 -0500 Subject: [PATCH] fix max endstop pins --- Marlin/pins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index 5c74d990bf..d16fd26865 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -1153,7 +1153,7 @@ #define X_STEP_PIN 37 #define X_DIR_PIN 48 #define X_MIN_PIN 12 -#define X_MAX_PIN 19 +#define X_MAX_PIN 24 #define X_ENABLE_PIN 29 #define X_MS1_PIN 40 #define X_MS2_PIN 41 @@ -1161,7 +1161,7 @@ #define Y_STEP_PIN 36 #define Y_DIR_PIN 49 #define Y_MIN_PIN 11 -#define Y_MAX_PIN 18 +#define Y_MAX_PIN 23 #define Y_ENABLE_PIN 28 #define Y_MS1_PIN 69 #define Y_MS2_PIN 39 @@ -1169,7 +1169,7 @@ #define Z_STEP_PIN 35 #define Z_DIR_PIN 47 #define Z_MIN_PIN 10 -#define Z_MAX_PIN 15 +#define Z_MAX_PIN 30 #define Z_ENABLE_PIN 27 #define Z_MS1_PIN 68 #define Z_MS2_PIN 67