Deploying to gh-pages from @ Klipper3d/klipper@2357221bb4 🚀

This commit is contained in:
KevinOConnor
2022-08-19 00:04:57 +00:00
parent 180a329147
commit e5e70f979a
82 changed files with 608 additions and 500 deletions

View File

@@ -801,6 +801,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">
@@ -1534,6 +1541,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">
@@ -1819,6 +1833,14 @@
<li><code>profile_name</code><code>mesh_min</code><code>mesh_max</code><code>probed_matrix</code><code>mesh_matrix</code>:关于当前活跃的 bed_mesh 配置信息。</li>
<li><code>profiles</code>:当前定义的配置,使用 BED_MESH_PROFILE 进行设置。</li>
</ul>
<h2 id="bed_screws">bed_screws<a class="headerlink" href="#bed_screws" title="Permanent link">&para;</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">&para;</a></h2>
<p><code>configfile</code> 对象中提供了以下信息(该对象始终可用):</p>
<ul>