🐛 Init PROBE_ENABLE_PIN (#23133)
This commit is contained in:
parent
99f58f63f2
commit
c5bd08755c
@ -1353,6 +1353,9 @@ void setup() {
|
||||
#endif
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
#if PIN_EXISTS(PROBE_ENABLE)
|
||||
OUT_WRITE(PROBE_ENABLE_PIN, LOW); // Disable
|
||||
#endif
|
||||
SETUP_RUN(endstops.enable_z_probe(false));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user