Browse Source

🐛 Init PROBE_ENABLE_PIN (#23133)

BigTreeTech 3 years ago
parent
commit
2edda4c582
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/MarlinCore.cpp

+ 3
- 0
Marlin/src/MarlinCore.cpp View File

@@ -1353,6 +1353,9 @@ void setup() {
1353 1353
   #endif
1354 1354
 
1355 1355
   #if HAS_BED_PROBE
1356
+    #if PIN_EXISTS(PROBE_ENABLE)
1357
+      OUT_WRITE(PROBE_ENABLE_PIN, LOW); // Disable
1358
+    #endif
1356 1359
     SETUP_RUN(endstops.enable_z_probe(false));
1357 1360
   #endif
1358 1361
 

Loading…
Cancel
Save