Browse Source

config update (set to -1)

Bob-the-Kuhn 6 years ago
parent
commit
349dafa728
39 changed files with 39 additions and 39 deletions
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/src/config/default/Configuration_adv.h
  3. 1
    1
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  4. 1
    1
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  5. 1
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  6. 1
    1
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  7. 1
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 1
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 1
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 1
    1
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 1
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 1
    1
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  13. 1
    1
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  14. 1
    1
      Marlin/src/config/examples/Felix/Configuration_adv.h
  15. 1
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  16. 1
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  17. 1
    1
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  18. 1
    1
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  19. 1
    1
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  20. 1
    1
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  21. 1
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  22. 1
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  23. 1
    1
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  24. 1
    1
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  25. 1
    1
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  26. 1
    1
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  27. 1
    1
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  28. 1
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  29. 1
    1
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  30. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  31. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  32. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  33. 1
    1
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  34. 1
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  35. 1
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  36. 1
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  37. 1
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  38. 1
    1
      Marlin/src/config/examples/makibox/Configuration_adv.h
  39. 1
    1
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/default/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/TheBorg/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -198,7 +198,7 @@
198 198
  */
199 199
 //#define USE_CONTROLLER_FAN
200 200
 #if ENABLED(USE_CONTROLLER_FAN)
201
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
201
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
202 202
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
203 203
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
204 204
 #endif

+ 1
- 1
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -190,7 +190,7 @@
190 190
  */
191 191
 //#define USE_CONTROLLER_FAN
192 192
 #if ENABLED(USE_CONTROLLER_FAN)
193
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
193
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
194 194
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
195 195
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
196 196
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -185,7 +185,7 @@
185 185
  */
186 186
 //#define USE_CONTROLLER_FAN
187 187
 #if ENABLED(USE_CONTROLLER_FAN)
188
-  //#define CONTROLLER_FAN_PIN FAN1_PIN  // Set a custom pin for the controller fan
188
+  //#define CONTROLLER_FAN_PIN -1        // Set a custom pin for the controller fan
189 189
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
190 190
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
191 191
 #endif

Loading…
Cancel
Save