aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authordalegaard <dalegaard@users.noreply.github.com>2022-09-03 18:23:55 +0200
committerGitHub <noreply@github.com>2022-09-03 12:23:55 -0400
commit9f8f3cd77d97339bd825053b064ae4d08d5d6902 (patch)
tree472679e93f591a379447ed761830cca9324ec630 /docs/Config_Reference.md
parent6ba02429009df34ba348abe80023ce3a3530bc58 (diff)
downloadkutter-9f8f3cd77d97339bd825053b064ae4d08d5d6902.tar.gz
kutter-9f8f3cd77d97339bd825053b064ae4d08d5d6902.tar.xz
kutter-9f8f3cd77d97339bd825053b064ae4d08d5d6902.zip
fan: add enable_pin option (#5732)
Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 833e1457..90bf1770 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2520,6 +2520,12 @@ pin:
# enough for fans below 10000 RPM at 2 PPR. This must be smaller than
# 30/(tachometer_ppr*rpm), with some margin, where rpm is the
# maximum speed (in RPM) of the fan.
+#enable_pin:
+# Optional pin to enable power to the fan. This can be useful for fans
+# with dedicated PWM inputs. Some of these fans stay on even at 0% PWM
+# input. In such a case, the PWM pin can be used normally, and e.g. a
+# ground-switched FET(standard fan pin) can be used to control power to
+# the fan.
```
### [heater_fan]
@@ -2541,6 +2547,7 @@ a shutdown_speed equal to max_power.
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
+#enable_pin:
# See the "fan" section for a description of the above parameters.
#heater: extruder
# Name of the config section defining the heater that this fan is
@@ -2577,6 +2584,7 @@ watched component.
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
+#enable_pin:
# See the "fan" section for a description of the above parameters.
#fan_speed: 1.0
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
@@ -2622,6 +2630,7 @@ information.
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
+#enable_pin:
# See the "fan" section for a description of the above parameters.
#sensor_type:
#sensor_pin:
@@ -2679,6 +2688,7 @@ with the SET_FAN_SPEED [gcode command](G-Codes.md#fan_generic).
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
+#enable_pin:
# See the "fan" section for a description of the above parameters.
```