mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 21:27:48 -06:00
Allow non-zero "fan off" PWM value (#15709)
This commit is contained in:
parent
770adcfa15
commit
48b7a1e66e
76 changed files with 234 additions and 3 deletions
|
@ -290,6 +290,9 @@
|
|||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||
//#define FAN_KICKSTART_TIME 100
|
||||
|
||||
// Some coolers may require a non-zero "off" state.
|
||||
//#define FAN_OFF_PWM 1
|
||||
|
||||
/**
|
||||
* PWM Fan Scaling
|
||||
*
|
||||
|
|
|
@ -290,6 +290,9 @@
|
|||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||
//#define FAN_KICKSTART_TIME 100
|
||||
|
||||
// Some coolers may require a non-zero "off" state.
|
||||
//#define FAN_OFF_PWM 1
|
||||
|
||||
/**
|
||||
* PWM Fan Scaling
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue