Browse Source

Fix for the PR #5072 (Add predefined AUTO_FAN_PINs to pins files), etc

・Make descriptions the same as others
esenapaj 8 years ago
parent
commit
d92ce8849b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

+ 2
- 2
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -211,8 +211,8 @@
211 211
  * Extruder auto fans automatically turn on when their extruders'
212 212
  * temperatures go above EXTRUDER_AUTO_FAN_TEMPERATURE.
213 213
  *
214
- * Your board's pins file specifies the recommended pins.
215
- * Override those here. Set to -1 to disable unused fans.
214
+ * Your board's pins file specifies the recommended pins. Override those here
215
+ * or set to -1 to disable completely.
216 216
  *
217 217
  * Multiple extruders can be assigned to the same pin in which case
218 218
  * the fan will turn on when any selected extruder is above the threshold.

Loading…
Cancel
Save