Forgot to pit the part in where it makes the pin an output pin... >.<

This commit is contained in:
blddk 2012-06-14 19:49:17 +03:00
parent 862b63b387
commit 22445736c7

View file

@ -698,6 +698,10 @@ void setup()
SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
#endif
#ifdef EXTRUDERFAN_PIN
SET_OUTPUT(EXTRUDERFAN_PIN); //Set pin used for extruder cooling fan
#endif
//endstops and pullups
#ifdef ENDSTOPPULLUPS
#if X_MIN_PIN > -1