missed one X_ENABLE_PIN

This commit is contained in:
domonoky 2015-03-03 11:09:56 +01:00
parent e363428c54
commit 075507fb9a

View file

@ -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