Deploying to gh-pages from @ Klipper3d/klipper@282d1113e4 🚀

This commit is contained in:
KevinOConnor
2022-07-24 00:04:04 +00:00
parent efb3cae53c
commit eae17df752
168 changed files with 4934 additions and 554 deletions

View File

@@ -900,6 +900,13 @@
led
</a>
</li>
<li class="md-nav__item">
<a href="#manual_probe" class="md-nav__link">
manual_probe
</a>
</li>
<li class="md-nav__item">
@@ -1476,8 +1483,8 @@
<li class="md-nav__item">
<a href="Sponsors.md" class="md-nav__link">
None
<a href="Sponsors.html" class="md-nav__link">
Sponsors
</a>
</li>
@@ -1626,6 +1633,13 @@
led
</a>
</li>
<li class="md-nav__item">
<a href="#manual_probe" class="md-nav__link">
manual_probe
</a>
</li>
<li class="md-nav__item">
@@ -1926,6 +1940,14 @@
<ul>
<li><code>color_data</code>一个包含链中每个LED的RGBW值的颜色列表的列表。每个值都以0.0到1.0的浮点数表示。每个颜色列表包含4个项目红、绿、蓝、白即使底层的LED支持较少的颜色通道。例如可以通过<code>printer["neopixel &lt;配置名&gt;"].color_data[1][2]</code>访问链中第二个neopixel的蓝色值颜色列表中的第三项</li>
</ul>
<h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>manual_probe</code> object:</p>
<ul>
<li><code>is_active</code>: Returns True if a manual probing helper script is currently active.</li>
<li><code>z_position</code>: The current height of the nozzle (as the printer currently understands it).</li>
<li><code>z_position_lower</code>: Last probe attempt just lower than the current height.</li>
<li><code>z_position_upper</code>: Last probe attempt just greater than the current height.</li>
</ul>
<h2 id="mcu">mcu<a class="headerlink" href="#mcu" title="Permanent link">&para;</a></h2>
<p><a href="Config_Reference.html#mcu">mcu</a><a href="Config_Reference.html#mcu-my_extra_mcu">mcu some_name</a>对象提供了以下信息:</p>
<ul>