Deploying to gh-pages from @ Klipper3d/klipper@3796a31959 🚀
This commit is contained in:
@@ -1941,12 +1941,12 @@
|
||||
<li><code>color_data</code>:一个包含链中每个LED的RGBW值的颜色列表的列表。每个值都以0.0到1.0的浮点数表示。每个颜色列表包含4个项目(红、绿、蓝、白),即使底层的LED支持较少的颜色通道。例如,可以通过<code>printer["neopixel <配置名>"].color_data[1][2]</code>访问链中第二个neopixel的蓝色值(颜色列表中的第三项)。</li>
|
||||
</ul>
|
||||
<h2 id="manual_probe">manual_probe<a class="headerlink" href="#manual_probe" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>manual_probe</code> object:</p>
|
||||
<p><code>manual_probe</code> 对象中提供了以下信息:</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>
|
||||
<li><code>is_active</code>:如果手动探测助手程序脚本当前处于活动状态,则返回 True。</li>
|
||||
<li><code>z_position</code> 。喷嘴的当前高度(按照打印机目前的理解)。</li>
|
||||
<li><code>z_position_lower</code>:上次探测尝试略低于当前高度。</li>
|
||||
<li><code>z_position_upper</code>:上次探测尝试仅大于当前高度。</li>
|
||||
</ul>
|
||||
<h2 id="mcu">mcu<a class="headerlink" href="#mcu" title="Permanent link">¶</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>
|
||||
|
||||
Reference in New Issue
Block a user