Merge pull request #186 from blddk/experimental

Extruder cooling fan
This commit is contained in:
midopple 2012-06-14 09:53:10 -07:00
commit 866449371b

View file

@ -708,6 +708,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