FAN_KICKSTART_POWER / Controller fan kickstart

MarlinFirmware/Marlin#24873
This commit is contained in:
Scott Lahteine 2022-10-20 16:12:00 -05:00
parent a6b1d76002
commit ea013cc747
294 changed files with 2373 additions and 1183 deletions

View file

@ -552,10 +552,14 @@
#endif
#endif
// When first starting the main fan, run it at full speed for the
// given number of milliseconds. This gets the fan spinning reliably
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
//#define FAN_KICKSTART_TIME 100
/**
* Fan Kickstart
* When part cooling or controller fans first start, run at a speed that
* gets it spinning reliably for a short time before setting the requested speed.
* (Does not work on Sanguinololu with FAN_SOFT_PWM.)
*/
//#define FAN_KICKSTART_TIME 100 // (ms)
//#define FAN_KICKSTART_POWER 180 // 64-255
// Some coolers may require a non-zero "off" state.
//#define FAN_OFF_PWM 1