Browse Source
Merge pull request #9667 from Bob-the-Kuhn/USE_CONTROLLER_FAN-config-2.0.x
[2.0.x] Improved CONTROLLER_FAN_PIN example in Configuration_adv.h
pull/1/head
Bob-the-Kuhn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with
39 additions and
39 deletions
-
Marlin/Configuration_adv.h
-
Marlin/src/config/default/Configuration_adv.h
-
Marlin/src/config/examples/Anet/A6/Configuration_adv.h
-
Marlin/src/config/examples/Anet/A8/Configuration_adv.h
-
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
-
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
-
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
-
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
-
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
-
Marlin/src/config/examples/Cartesio/Configuration_adv.h
-
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
-
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
-
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
-
Marlin/src/config/examples/Felix/Configuration_adv.h
-
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
-
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
-
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
-
Marlin/src/config/examples/MakerParts/Configuration_adv.h
-
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
-
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
-
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
-
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
-
Marlin/src/config/examples/SCARA/Configuration_adv.h
-
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
-
Marlin/src/config/examples/TheBorg/Configuration_adv.h
-
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
-
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
-
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
-
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
-
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
-
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
-
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
-
Marlin/src/config/examples/delta/generic/Configuration_adv.h
-
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
-
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
-
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
-
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
-
Marlin/src/config/examples/makibox/Configuration_adv.h
-
Marlin/src/config/examples/wt150/Configuration_adv.h
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -198,7 +198,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -190,7 +190,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
*/ |
|
|
|
//#define USE_CONTROLLER_FAN
|
|
|
|
#if ENABLED(USE_CONTROLLER_FAN) |
|
|
|
//#define CONTROLLER_FAN_PIN FAN1_PIN // Set a custom pin for the 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
|
|
|
|
#endif |
|
|
|