mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-14 02:07:56 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@ed66982b8e 🚀
This commit is contained in:
parent
d2ca28bf3d
commit
93a0f3eed5
14 changed files with 6 additions and 1 deletions
|
@ -2169,6 +2169,11 @@ object is available if any heater is defined):</p>
|
|||
temperature sensors by their full config section names,
|
||||
e.g. <code>["extruder", "heater_bed", "heater_generic my_custom_heater",
|
||||
"temperature_sensor electronics_temp"]</code>.</li>
|
||||
<li><code>available_monitors</code>: Returns a list of all currently available
|
||||
temperature monitors by their full config section names,
|
||||
e.g. <code>["tmc2240 stepper_x"]</code>. While a temperature sensor is always
|
||||
available to read, a temperature monitor may not be available and
|
||||
will return null in such case.</li>
|
||||
</ul>
|
||||
<h2 id="idle_timeout">idle_timeout<a class="headerlink" href="#idle_timeout" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue