CONTROLLER_FAN2_PIN

MarlinFirmware/Marlin#24995
This commit is contained in:
Scott Lahteine 2022-12-05 10:54:03 -06:00
parent 43c2d658f2
commit 315f4093af
298 changed files with 301 additions and 5 deletions

View file

@ -538,6 +538,7 @@
//#define USE_CONTROLLER_FAN
#if ENABLED(USE_CONTROLLER_FAN)
//#define CONTROLLER_FAN_PIN -1 // Set a custom pin for the controller fan
//#define CONTROLLER_FAN2_PIN -1 // Set a custom pin for second controller fan
//#define CONTROLLER_FAN_USE_Z_ONLY // With this option only the Z axis is considered
//#define CONTROLLER_FAN_IGNORE_Z // Ignore Z stepper. Useful when stepper timeout is disabled.
#define CONTROLLERFAN_SPEED_MIN 0 // (0-255) Minimum speed. (If set below this value the fan is turned off.)