🐛 Fix Selena Compact probe pin

This commit is contained in:
Scott Lahteine 2021-05-22 17:41:29 -05:00 committed by Scott Lahteine
parent cdc3e18d99
commit 83f9413196

View File

@ -44,7 +44,9 @@
#define Y_MAX_PIN -1 #define Y_MAX_PIN -1
#define Z_MIN_PIN P1_27 #define Z_MIN_PIN P1_27
#define Z_MAX_PIN -1 #define Z_MAX_PIN -1
#define Z_PROBE P1_22 #ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN P1_22
#endif
// //
// Steppers // Steppers