FAN_KICKSTART_LINEAR

MarlinFirmware/Marlin#27072
This commit is contained in:
Scott Lahteine 2024-07-04 21:20:11 -05:00
parent 9e20473e62
commit 1bec16eb95
375 changed files with 750 additions and 0 deletions

View file

@ -604,6 +604,8 @@
*/
//#define FAN_KICKSTART_TIME 100 // (ms)
//#define FAN_KICKSTART_POWER 180 // 64-255
//#define FAN_KICKSTART_LINEAR // Set kickstart time linearly based on the speed, e.g., for 20% (51) it will be FAN_KICKSTART_TIME * 0.2.
// Useful for quick speed up to low speed. Kickstart power must be set to 255.
// Some coolers may require a non-zero "off" state.
//#define FAN_OFF_PWM 1