🐛 Fix Selena Compact probe pin
This commit is contained in:
parent
cdc3e18d99
commit
83f9413196
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user