We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1fddc + 8016f05 commit ca81115Copy full SHA for ca81115
Marlin/pins.h
@@ -1153,23 +1153,23 @@
1153
#define X_STEP_PIN 37
1154
#define X_DIR_PIN 48
1155
#define X_MIN_PIN 12
1156
-#define X_MAX_PIN 19
+#define X_MAX_PIN 24
1157
#define X_ENABLE_PIN 29
1158
#define X_MS1_PIN 40
1159
#define X_MS2_PIN 41
1160
1161
#define Y_STEP_PIN 36
1162
#define Y_DIR_PIN 49
1163
#define Y_MIN_PIN 11
1164
-#define Y_MAX_PIN 18
+#define Y_MAX_PIN 23
1165
#define Y_ENABLE_PIN 28
1166
#define Y_MS1_PIN 69
1167
#define Y_MS2_PIN 39
1168
1169
#define Z_STEP_PIN 35
1170
#define Z_DIR_PIN 47
1171
#define Z_MIN_PIN 10
1172
-#define Z_MAX_PIN 15
+#define Z_MAX_PIN 30
1173
#define Z_ENABLE_PIN 27
1174
#define Z_MS1_PIN 68
1175
#define Z_MS2_PIN 67
0 commit comments