Allow non-zero "fan off" PWM value (#15709)

This commit is contained in:
LinFor
2019-11-11 01:33:56 +03:00
committed by Scott Lahteine
parent 770adcfa15
commit 48b7a1e66e
76 changed files with 234 additions and 3 deletions

View File

@ -290,6 +290,9 @@
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
#define FAN_KICKSTART_TIME 800
// Some coolers may require a non-zero "off" state.
//#define FAN_OFF_PWM 1
/**
* PWM Fan Scaling
*