Skip to content

Commit 434bf81

Browse files
committed
🩹 Fix max Y/Z endstop pins on GMARSH X6 REV1
1 parent 82d3d78 commit 434bf81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/pins/lpc1768/pins_GMARSH_X6_REV1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
#define X_MIN_PIN P0_00
5151
#define X_MAX_PIN P0_01
5252
#define Y_MIN_PIN P0_10
53-
#define Y_MAX_PIN P0_21
53+
#define Y_MAX_PIN P0_11
5454
#define Z_MIN_PIN P2_13
55-
#define Z_MAX_PIN P2_22
55+
#define Z_MAX_PIN P2_12
5656

5757
//
5858
// Steppers

0 commit comments

Comments
 (0)