Deploying to gh-pages from @ Klipper3d/klipper@6f7c743615 🚀

This commit is contained in:
KevinOConnor
2023-08-01 17:19:05 +00:00
parent 31149fe529
commit 5f33064a6e
15 changed files with 32 additions and 2 deletions

View File

@@ -1166,6 +1166,13 @@
DS18B20 temperature sensor
</a>
</li>
<li class="md-nav__item">
<a href="#combined-temperature-sensor" class="md-nav__link">
Combined temperature sensor
</a>
</li>
</ul>
@@ -3136,6 +3143,13 @@
DS18B20 temperature sensor
</a>
</li>
<li class="md-nav__item">
<a href="#combined-temperature-sensor" class="md-nav__link">
Combined temperature sensor
</a>
</li>
</ul>
@@ -5955,6 +5969,21 @@ serial_no:
# The micro-controller to read from. Must be the host_mcu
</code></pre></div>
<h3 id="combined-temperature-sensor">Combined temperature sensor<a class="headerlink" href="#combined-temperature-sensor" title="Permanent link">&para;</a></h3>
<p>Combined temperature sensor is a virtual temperature sensor based on several other sensors. This sensor can be used with extruders, heater_generic and heater beds.</p>
<div class="highlight"><pre><span></span><code>sensor_type: temperature_combined
#sensor_list:
# Must be provided. List of sensors to combine to new &quot;virtual&quot;
# sensor.
# E.g. &#39;temperature_sensor sensor1,extruder,heater_bed&#39;
#combination_method:
# Must be provided. Combination method used for the sensor.
# Available options are &#39;max&#39;, &#39;min&#39;, &#39;mean&#39;.
#maximum_deviation:
# Must be provided. Maximum permissible deviation between the sensors
# to combine (e.g. 5 degrees). To disable it, use a large value (e.g. 999.9)
</code></pre></div>
<h2 id="fans">Fans<a class="headerlink" href="#fans" title="Permanent link">&para;</a></h2>
<h3 id="fan">[fan]<a class="headerlink" href="#fan" title="Permanent link">&para;</a></h3>
<p>Print cooling fan.</p>