Config: set extruder fan

FAN1_PIN is the HE1 ferrule connector. By setting the E0_AUTO_FAN_PIN
the fan only turns on at the specified temperature (50).
This commit is contained in:
Alfred Melch 2021-08-12 14:43:48 +02:00
parent bf05e1f393
commit 3f65d4bfb6

View File

@ -562,7 +562,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 -1
#define E0_AUTO_FAN_PIN FAN1_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1