Move extruder fan to pin 7 for auto fan with lower RPM

This commit is contained in:
Danny Oh 2020-08-09 10:37:39 -07:00
parent ab3c212f37
commit a8c32459cf
2 changed files with 4 additions and 4 deletions

View File

@ -507,7 +507,7 @@
// RigidBot // RigidBot
#define DEFAULT_Kp 9 #define DEFAULT_Kp 9
#define DEFAULT_Ki 0.53 #define DEFAULT_Ki 0.53
#define DEFAULT_Kd 71.35 #define DEFAULT_Kd 100
#endif // PIDTEMP #endif // PIDTEMP

View File

@ -450,7 +450,7 @@
* Multiple extruders can be assigned to the same pin in which case * 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. * the fan will turn on when any selected extruder is above the threshold.
*/ */
#define E0_AUTO_FAN_PIN -1 #define E0_AUTO_FAN_PIN 7
#define E1_AUTO_FAN_PIN -1 #define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1 #define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1 #define E3_AUTO_FAN_PIN -1
@ -461,9 +461,9 @@
#define CHAMBER_AUTO_FAN_PIN -1 #define CHAMBER_AUTO_FAN_PIN -1
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50 #define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed #define EXTRUDER_AUTO_FAN_SPEED 165 // 255 == full speed
#define CHAMBER_AUTO_FAN_TEMPERATURE 30 #define CHAMBER_AUTO_FAN_TEMPERATURE 30
#define CHAMBER_AUTO_FAN_SPEED 255 #define CHAMBER_AUTO_FAN_SPEED 165
/** /**
* Part-Cooling Fan Multiplexer * Part-Cooling Fan Multiplexer