📌 Overridable probe-related pins (#23107)
This commit is contained in:
committed by
Scott Lahteine
parent
6e284f8823
commit
2a90d93b17
@ -136,7 +136,9 @@
|
||||
// Probe enable
|
||||
//
|
||||
#if ENABLED(PROBE_ENABLE_DISABLE)
|
||||
#define PROBE_ENABLE_PIN SERVO0_PIN
|
||||
#ifndef PROBE_ENABLE_PIN
|
||||
#define PROBE_ENABLE_PIN SERVO0_PIN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user