Skip to content

Commit ca81115

Browse files
committed
Merge pull request #1 from johnnyr/patch-1
fix max endstop pins
2 parents 1c1fddc + 8016f05 commit ca81115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/pins.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1153,23 +1153,23 @@
11531153
#define X_STEP_PIN 37
11541154
#define X_DIR_PIN 48
11551155
#define X_MIN_PIN 12
1156-
#define X_MAX_PIN 19
1156+
#define X_MAX_PIN 24
11571157
#define X_ENABLE_PIN 29
11581158
#define X_MS1_PIN 40
11591159
#define X_MS2_PIN 41
11601160

11611161
#define Y_STEP_PIN 36
11621162
#define Y_DIR_PIN 49
11631163
#define Y_MIN_PIN 11
1164-
#define Y_MAX_PIN 18
1164+
#define Y_MAX_PIN 23
11651165
#define Y_ENABLE_PIN 28
11661166
#define Y_MS1_PIN 69
11671167
#define Y_MS2_PIN 39
11681168

11691169
#define Z_STEP_PIN 35
11701170
#define Z_DIR_PIN 47
11711171
#define Z_MIN_PIN 10
1172-
#define Z_MAX_PIN 15
1172+
#define Z_MAX_PIN 30
11731173
#define Z_ENABLE_PIN 27
11741174
#define Z_MS1_PIN 68
11751175
#define Z_MS2_PIN 67

0 commit comments

Comments
 (0)