Deploying to gh-pages from @ Klipper3d/klipper@34870d3e2a 🚀

This commit is contained in:
KevinOConnor
2022-09-25 16:40:04 +00:00
parent c20bb641c0
commit 9fbe69eaae
14 changed files with 132 additions and 1 deletions

View File

@@ -1060,6 +1060,13 @@
webhooks
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
z_thermal_adjust
</a>
</li>
<li class="md-nav__item">
@@ -1807,6 +1814,13 @@
webhooks
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
z_thermal_adjust
</a>
</li>
<li class="md-nav__item">
@@ -2317,6 +2331,19 @@ object is always available):</p>
<li><code>state_message</code>: A human readable string giving additional context
on the current Klipper state.</li>
</ul>
<h2 id="z_thermal_adjust">z_thermal_adjust<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>z_thermal_adjust</code> object (this
object is available if <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a>
is defined).</p>
<ul>
<li><code>enabled</code>: Returns True if adjustment is enabled.</li>
<li><code>temperature</code>: Current (smoothed) temperature of the defined sensor. [degC]</li>
<li><code>measured_min_temp</code>: Minimum measured temperature. [degC]</li>
<li><code>measured_max_temp</code>: Maximum measured temperature. [degC]</li>
<li><code>current_z_adjust</code>: Last computed Z adjustment [mm].</li>
<li><code>z_adjust_ref_temperature</code>: Current reference temperature used for calculation
of Z <code>current_z_adjust</code> [degC].</li>
</ul>
<h2 id="z_tilt">z_tilt<a class="headerlink" href="#z_tilt" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>z_tilt</code> object (this
object is available if z_tilt is defined):</p>