added FAN_PIN
This commit is contained in:
parent
10a7969d2c
commit
b361ac9491
1 changed files with 2 additions and 2 deletions
|
@ -1841,7 +1841,7 @@
|
||||||
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
||||||
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
||||||
// is too low, you should also increment SOFT_PWM_SCALE.
|
// is too low, you should also increment SOFT_PWM_SCALE.
|
||||||
//#define FAN_SOFT_PWM
|
#define FAN_SOFT_PWM
|
||||||
|
|
||||||
// Incrementing this by 1 will double the software PWM frequency,
|
// Incrementing this by 1 will double the software PWM frequency,
|
||||||
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
||||||
|
@ -1959,7 +1959,7 @@
|
||||||
|
|
||||||
//CUSTOM EXTENSIONS
|
//CUSTOM EXTENSIONS
|
||||||
|
|
||||||
//#define FAN_PIN 4
|
#define FAN_PIN 4
|
||||||
|
|
||||||
|
|
||||||
#endif // CONFIGURATION_H
|
#endif // CONFIGURATION_H
|
||||||
|
|
Loading…
Reference in a new issue