Selaa lähdekoodia

missed one X_ENABLE_PIN

domonoky 10 vuotta sitten
vanhempi
commit
075507fb9a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Näytä tiedosto

@@ -4298,7 +4298,7 @@ void controllerFan()
4298 4298
   {
4299 4299
     lastMotorCheck = millis();
4300 4300
 
4301
-    if(!READ(X_ENABLE_PIN) || !Y_ENABLE_READ || !Z_ENABLE_READ || (soft_pwm_bed > 0)
4301
+    if(!X_ENABLE_READ || !Y_ENABLE_READ || !Z_ENABLE_READ || (soft_pwm_bed > 0)
4302 4302
     #if EXTRUDERS > 2
4303 4303
        || !E2_ENABLE_READ
4304 4304
     #endif

Loading…
Peruuta
Tallenna