Browse Source

FAN pin

pull/6/head
Sergey 4 years ago
parent
commit
f5cd440cbf
  1. 2
      Marlin/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -450,7 +450,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 HEATER_1_PIN
#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

Loading…
Cancel
Save