mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-04 13:47:43 -07:00
🩹 Fix max Y/Z endstop pins on GMARSH X6 REV1
This commit is contained in:
parent
82d3d78e31
commit
434bf81f8e
1 changed files with 2 additions and 2 deletions
|
|
@ -50,9 +50,9 @@
|
|||
#define X_MIN_PIN P0_00
|
||||
#define X_MAX_PIN P0_01
|
||||
#define Y_MIN_PIN P0_10
|
||||
#define Y_MAX_PIN P0_21
|
||||
#define Y_MAX_PIN P0_11
|
||||
#define Z_MIN_PIN P2_13
|
||||
#define Z_MAX_PIN P2_22
|
||||
#define Z_MAX_PIN P2_12
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue