Swap Trigorilla Pro Z_MIN / MAX endstop pins (#21095)

This commit is contained in:
ellensp 2021-02-17 15:28:03 +13:00 committed by GitHub
parent 7b23f41fd4
commit c076a7f7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,8 +58,12 @@
// //
#define X_STOP_PIN PG10 #define X_STOP_PIN PG10
#define Y_STOP_PIN PA12 #define Y_STOP_PIN PA12
#define Z_MAX_PIN PA14 #ifndef Z_MIN_PIN
#define Z_MIN_PIN PA13 #define Z_MIN_PIN PA14
#endif
#ifndef Z_MAX_PIN
#define Z_MAX_PIN PA13
#endif
// //
// Steppers // Steppers