📌 Overridable probe-related pins (#23107)
This commit is contained in:
@@ -70,9 +70,14 @@
|
||||
//
|
||||
// Probe
|
||||
//
|
||||
#define PROBE_TARE_PIN PA1
|
||||
#ifndef PROBE_TARE_PIN
|
||||
#define PROBE_TARE_PIN PA1
|
||||
#endif
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
|
||||
#ifndef PROBE_ACTIVATION_SWITCH_PIN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user