🐛 Fix Flashforge Creator Pro auto fans (#609)

This commit is contained in:
grauerfuchs 2021-11-10 10:32:39 -05:00 committed by GitHub
parent 7eb09bd9a4
commit 6a5a973a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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