Skip to content

Commit

Permalink
Fixed fan declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Nov 14, 2020
1 parent 0a5651c commit 0e065ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN FAN_PIN_2
#define E0_AUTO_FAN_PIN FAN2_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1
Expand Down

0 comments on commit 0e065ae

Please sign in to comment.