mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 04:07:55 -06:00
Add CONTROLLERFAN_SPEED_Z_ONLY (#14956)
This commit is contained in:
parent
587d4a6373
commit
8bdb3d9970
104 changed files with 520 additions and 414 deletions
|
@ -279,9 +279,10 @@
|
|||
*/
|
||||
//#define USE_CONTROLLER_FAN
|
||||
#if ENABLED(USE_CONTROLLER_FAN)
|
||||
//#define CONTROLLER_FAN_PIN -1 // Set a custom pin for the controller fan
|
||||
#define CONTROLLERFAN_SECS 60 // Duration in seconds for the fan to run after all motors are disabled
|
||||
#define CONTROLLERFAN_SPEED 255 // 255 == full speed
|
||||
//#define CONTROLLER_FAN_PIN -1 // Set a custom pin for the controller fan
|
||||
#define CONTROLLERFAN_SECS 60 // Duration in seconds for the fan to run after all motors are disabled
|
||||
#define CONTROLLERFAN_SPEED 255 // 255 == full speed
|
||||
//#define CONTROLLERFAN_SPEED_Z_ONLY 127 // Reduce noise on machines that keep Z enabled
|
||||
#endif
|
||||
|
||||
// When first starting the main fan, run it at full speed for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue