summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-03-13 14:17:05 +0100
committermidopple <mdoppler@gmx.at>2012-03-13 14:17:05 +0100
commit97c90f75016c44178bf7fdd08844b7e971ad7b46 (patch)
tree9cc3e89b4d4b3ff0c59dfa7098588efb8fdf1edf
parente48ba6ead7186f8a5a5cb5af9f5b95b724ef6bc7 (diff)
Add info to GEN7 Pins
-rw-r--r--Sprinter/pins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index 4d57e4b..315c28e 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -708,21 +708,21 @@
#define X_DIR_PIN 18
#define X_ENABLE_PIN 24
#define X_MIN_PIN 7
- #define X_MAX_PIN -1
+ #define X_MAX_PIN -1 //X - Maxpin is 6
//y axis pins
#define Y_STEP_PIN 23
#define Y_DIR_PIN 22
#define Y_ENABLE_PIN 24
#define Y_MIN_PIN 5
- #define Y_MAX_PIN -1
+ #define Y_MAX_PIN -1 //Y - Maxpin is 2
//z axis pins
#define Z_STEP_PIN 26
#define Z_DIR_PIN 25
#define Z_ENABLE_PIN 24
#define Z_MIN_PIN 1
- #define Z_MAX_PIN -1
+ #define Z_MAX_PIN -1 //Z - Maxpin is 0
//extruder pins
#define E_STEP_PIN 28