Deploying to gh-pages from @ Klipper3d/klipper@4b5d056421 🚀

This commit is contained in:
KevinOConnor 2023-02-13 17:16:58 +00:00
parent 86b07de41f
commit 9be2d16fc4
14 changed files with 21 additions and 1 deletions

View file

@ -1010,6 +1010,13 @@
servo
</a>
</li>
<li class="md-nav__item">
<a href="#stepper_enable" class="md-nav__link">
stepper_enable
</a>
</li>
<li class="md-nav__item">
@ -1771,6 +1778,13 @@
servo
</a>
</li>
<li class="md-nav__item">
<a href="#stepper_enable" class="md-nav__link">
stepper_enable
</a>
</li>
<li class="md-nav__item">
@ -2268,6 +2282,12 @@ object:</p>
<li><code>printer["servo &lt;config_name&gt;"].value</code>: The last setting of the PWM
pin (a value between 0.0 and 1.0) associated with the servo.</li>
</ul>
<h2 id="stepper_enable">stepper_enable<a class="headerlink" href="#stepper_enable" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>stepper_enable</code> object (this
object is available if any stepper is defined):</p>
<ul>
<li><code>steppers["&lt;stepper&gt;"]</code>: Returns True if the given stepper is enabled.</li>
</ul>
<h2 id="system_stats">system_stats<a class="headerlink" href="#system_stats" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>system_stats</code> object
(this object is always available):</p>