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
|
SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef EXTRUDERFAN_PIN
|
||||||
|
SET_OUTPUT(EXTRUDERFAN_PIN); //Set pin used for extruder cooling fan
|
||||||
|
#endif
|
||||||
|
|
||||||
//endstops and pullups
|
//endstops and pullups
|
||||||
#ifdef ENDSTOPPULLUPS
|
#ifdef ENDSTOPPULLUPS
|
||||||
#if X_MIN_PIN > -1
|
#if X_MIN_PIN > -1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue