From 3c735786e368c14dba5fe9115b3bafb730176f58 Mon Sep 17 00:00:00 2001 From: michalprusa Date: Wed, 19 Oct 2016 16:04:41 +0200 Subject: [PATCH] Max endstops pins definition fixed to match pcb layout --- Firmware/pins.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Firmware/pins.h b/Firmware/pins.h index 8482166c3..7bea41d8b 100644 --- a/Firmware/pins.h +++ b/Firmware/pins.h @@ -39,21 +39,21 @@ #define X_STEP_PIN 37 #define X_DIR_PIN 48 #define X_MIN_PIN 12 - #define X_MAX_PIN 24 + #define X_MAX_PIN 30 #define X_ENABLE_PIN 29 #define X_MS1_PIN 40 #define X_MS2_PIN 41 #define Y_STEP_PIN 36 #define Y_DIR_PIN 49 #define Y_MIN_PIN 11 - #define Y_MAX_PIN 23 + #define Y_MAX_PIN 24 #define Y_ENABLE_PIN 28 #define Y_MS1_PIN 69 #define Y_MS2_PIN 39 #define Z_STEP_PIN 35 #define Z_DIR_PIN 47 #define Z_MIN_PIN 10 - #define Z_MAX_PIN 30 + #define Z_MAX_PIN 23 #define Z_ENABLE_PIN 27 #define Z_MS1_PIN 68 #define Z_MS2_PIN 67 @@ -213,21 +213,21 @@ #define X_STEP_PIN 37 #define X_DIR_PIN 48 #define X_MIN_PIN 12 - #define X_MAX_PIN 24 + #define X_MAX_PIN 30 #define X_ENABLE_PIN 29 #define X_MS1_PIN 40 #define X_MS2_PIN 41 #define Y_STEP_PIN 36 #define Y_DIR_PIN 49 #define Y_MIN_PIN 11 - #define Y_MAX_PIN 23 + #define Y_MAX_PIN 24 #define Y_ENABLE_PIN 28 #define Y_MS1_PIN 69 #define Y_MS2_PIN 39 #define Z_STEP_PIN 35 #define Z_DIR_PIN 47 #define Z_MIN_PIN 10 - #define Z_MAX_PIN 30 + #define Z_MAX_PIN 23 #define Z_ENABLE_PIN 27 #define Z_MS1_PIN 68 #define Z_MS2_PIN 67