mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@4b5d056421 🚀
This commit is contained in:
parent
86b07de41f
commit
9be2d16fc4
14 changed files with 21 additions and 1 deletions
|
@ -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 <config_name>"].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">¶</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["<stepper>"]</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">¶</a></h2>
|
||||
<p>The following information is available in the <code>system_stats</code> object
|
||||
(this object is always available):</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue