Forgot to pit the part in where it makes the pin an output pin... >.<
This commit is contained in:
parent
862b63b387
commit
22445736c7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue