Browse Source

Merge pull request #1 from johnnyr/patch-1

fix max endstop pins
tonokip 13 years ago
parent
commit
ca811156a0
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h View File

@@ -1153,7 +1153,7 @@
1153 1153
 #define X_STEP_PIN 37
1154 1154
 #define X_DIR_PIN 48
1155 1155
 #define X_MIN_PIN 12
1156
-#define X_MAX_PIN 19
1156
+#define X_MAX_PIN 24
1157 1157
 #define X_ENABLE_PIN 29
1158 1158
 #define X_MS1_PIN 40
1159 1159
 #define X_MS2_PIN 41
@@ -1161,7 +1161,7 @@
1161 1161
 #define Y_STEP_PIN 36
1162 1162
 #define Y_DIR_PIN 49
1163 1163
 #define Y_MIN_PIN 11
1164
-#define Y_MAX_PIN 18
1164
+#define Y_MAX_PIN 23
1165 1165
 #define Y_ENABLE_PIN 28
1166 1166
 #define Y_MS1_PIN 69
1167 1167
 #define Y_MS2_PIN 39
@@ -1169,7 +1169,7 @@
1169 1169
 #define Z_STEP_PIN 35
1170 1170
 #define Z_DIR_PIN 47
1171 1171
 #define Z_MIN_PIN 10
1172
-#define Z_MAX_PIN 15
1172
+#define Z_MAX_PIN 30
1173 1173
 #define Z_ENABLE_PIN 27
1174 1174
 #define Z_MS1_PIN 68
1175 1175
 #define Z_MS2_PIN 67

Loading…
Cancel
Save