mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-23 22:54:11 -06:00
🐛 Fix Flashforge Creator Pro auto fans (#609)
This commit is contained in:
parent
7eb09bd9a4
commit
6a5a973a45
1 changed files with 2 additions and 2 deletions
|
@ -584,8 +584,8 @@
|
|||
* 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 EX1_FAN_PIN
|
||||
#define E1_AUTO_FAN_PIN EX2_FAN_PIN
|
||||
#define E0_AUTO_FAN_PIN 7 // (i.e., EX1_FAN_PIN)
|
||||
#define E1_AUTO_FAN_PIN 12 // (i.e., EX2_FAN_PIN)
|
||||
#define E2_AUTO_FAN_PIN -1
|
||||
#define E3_AUTO_FAN_PIN -1
|
||||
#define E4_AUTO_FAN_PIN -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue