Browse Source

missed one X_ENABLE_PIN

pull/1/head
domonoky 10 years ago
parent
commit
075507fb9a
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save