Deploying to gh-pages from @ Klipper3d/klipper@b725d971db 🚀
This commit is contained in:
@@ -795,6 +795,13 @@
|
||||
bed_mesh
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#bed_screws" class="md-nav__link">
|
||||
bed_screws
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1528,6 +1535,13 @@
|
||||
bed_mesh
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#bed_screws" class="md-nav__link">
|
||||
bed_screws
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1826,6 +1840,17 @@ Klipper software.</p>
|
||||
<li><code>profiles</code>: The set of currently defined profiles as setup
|
||||
using BED_MESH_PROFILE.</li>
|
||||
</ul>
|
||||
<h2 id="bed_screws">bed_screws<a class="headerlink" href="#bed_screws" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the
|
||||
<code>Config_Reference.md#bed_screws</code> object:</p>
|
||||
<ul>
|
||||
<li><code>is_active</code>: Returns True if the bed screws adjustment tool is currently
|
||||
active.</li>
|
||||
<li><code>state</code>: The bed screws adjustment tool state. It is one of
|
||||
the following strings: "adjust", "fine".</li>
|
||||
<li><code>current_screw</code>: The index for the current screw being adjusted.</li>
|
||||
<li><code>accepted_screws</code>: The number of accepted screws.</li>
|
||||
</ul>
|
||||
<h2 id="configfile">configfile<a class="headerlink" href="#configfile" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>configfile</code> object
|
||||
(this object is always available):</p>
|
||||
|
||||
Reference in New Issue
Block a user