Deploying to gh-pages from @ Klipper3d/klipper@6f7c743615 🚀
This commit is contained in:
@@ -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">¶</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 "virtual"
|
||||
# sensor.
|
||||
# E.g. 'temperature_sensor sensor1,extruder,heater_bed'
|
||||
#combination_method:
|
||||
# Must be provided. Combination method used for the sensor.
|
||||
# Available options are 'max', 'min', 'mean'.
|
||||
#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">¶</a></h2>
|
||||
<h3 id="fan">[fan]<a class="headerlink" href="#fan" title="Permanent link">¶</a></h3>
|
||||
<p>Print cooling fan.</p>
|
||||
|
||||
Reference in New Issue
Block a user