Swap Trigorilla Pro Z_MIN / MAX endstop pins (#21095)
This commit is contained in:
parent
7b23f41fd4
commit
c076a7f7a2
@ -58,8 +58,12 @@
|
||||
//
|
||||
#define X_STOP_PIN PG10
|
||||
#define Y_STOP_PIN PA12
|
||||
#define Z_MAX_PIN PA14
|
||||
#define Z_MIN_PIN PA13
|
||||
#ifndef Z_MIN_PIN
|
||||
#define Z_MIN_PIN PA14
|
||||
#endif
|
||||
#ifndef Z_MAX_PIN
|
||||
#define Z_MAX_PIN PA13
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
Loading…
Reference in New Issue
Block a user