Deploying to gh-pages from @ Klipper3d/klipper@9f8f3cd77d 🚀

This commit is contained in:
KevinOConnor 2022-09-03 16:24:48 +00:00
parent 4dc6b394c5
commit e00f27612c
12 changed files with 11 additions and 1 deletions

View file

@ -5808,6 +5808,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.
</code></pre></div>
<h3 id="heater_fan">[heater_fan]<a class="headerlink" href="#heater_fan" title="Permanent link">&para;</a></h3>
@ -5826,6 +5832,7 @@ a shutdown_speed equal to max_power.</p>
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
#enable_pin:
# See the &quot;fan&quot; section for a description of the above parameters.
#heater: extruder
# Name of the config section defining the heater that this fan is
@ -5859,6 +5866,7 @@ watched component.</p>
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
#enable_pin:
# See the &quot;fan&quot; 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
@ -5900,6 +5908,7 @@ information.</p>
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
#enable_pin:
# See the &quot;fan&quot; section for a description of the above parameters.
#sensor_type:
#sensor_pin:
@ -5954,6 +5963,7 @@ with the SET_FAN_SPEED <a href="G-Codes.html#fan_generic">gcode command</a>.</p>
#tachometer_pin:
#tachometer_ppr:
#tachometer_poll_interval:
#enable_pin:
# See the &quot;fan&quot; section for a description of the above parameters.
</code></pre></div>