mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 21:44:13 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@f3b995227a 🚀
This commit is contained in:
parent
21245a37f1
commit
6585e6a6c3
24 changed files with 881 additions and 373 deletions
|
@ -777,6 +777,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#angle" class="md-nav__link">
|
||||
angle
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#bed_mesh" class="md-nav__link">
|
||||
bed_mesh
|
||||
|
@ -873,6 +880,13 @@
|
|||
idle_timeout
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#led" class="md-nav__link">
|
||||
led
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1013,13 +1027,6 @@
|
|||
z_tilt
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#neopixel-dotstar" class="md-nav__link">
|
||||
neopixel / dotstar
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -1460,6 +1467,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#angle" class="md-nav__link">
|
||||
angle
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#bed_mesh" class="md-nav__link">
|
||||
bed_mesh
|
||||
|
@ -1556,6 +1570,13 @@
|
|||
idle_timeout
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#led" class="md-nav__link">
|
||||
led
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1696,13 +1717,6 @@
|
|||
z_tilt
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#neopixel-dotstar" class="md-nav__link">
|
||||
neopixel / dotstar
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -1725,6 +1739,11 @@
|
|||
<h1 id="_1">状态参考<a class="headerlink" href="#_1" title="Permanent link">¶</a></h1>
|
||||
<p>本文档是可用于 Klipper <a href="Command_Templates.html">宏</a>、<a href="Config_Reference.html#display">显示字段</a>以及<a href="API_Server.html">API服务器</a> 的打印机状态信息的参考。</p>
|
||||
<p>本文档中的字段可能会发生变化 - 如果使用了任何字段,在更新 Klipper 时,请务必查看<a href="Config_Changes.html">配置变化文档</a>。</p>
|
||||
<h2 id="angle">angle<a class="headerlink" href="#angle" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in <a href="Config_Reference.html#angle">angle some_name</a> objects:</p>
|
||||
<ul>
|
||||
<li><code>temperature</code>: The last temperature reading (in Celsius) from a tle5012b magnetic hall sensor. This value is only available if the angle sensor is a tle5012b chip and if measurements are in progress (otherwise it reports <code>None</code>).</li>
|
||||
</ul>
|
||||
<h2 id="bed_mesh">bed_mesh<a class="headerlink" href="#bed_mesh" title="Permanent link">¶</a></h2>
|
||||
<p><a href="Config_Reference.html#bed_mesh">bed_mesh</a> 对象中提供了以下信息:</p>
|
||||
<ul>
|
||||
|
@ -1819,6 +1838,11 @@
|
|||
<li><code>state</code>:由 idle_timeout 模块跟踪的打印机的当前状态。它可以是以下字符串之一:"Idle", "Printing", "Ready"。</li>
|
||||
<li><code>printing_time</code>:打印机处于“Printing”状态的时间(以秒为单位)(由 idle_timeout 模块跟踪)。</li>
|
||||
</ul>
|
||||
<h2 id="led">led<a class="headerlink" href="#led" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available for each <code>[led led_name]</code>, <code>[neopixel led_name]</code>, <code>[dotstar led_name]</code>, <code>[pca9533 led_name]</code>, and <code>[pca9632 led_name]</code> config section defined in printer.cfg:</p>
|
||||
<ul>
|
||||
<li><code>color_data</code>: A list of color lists containing the RGBW values for a led in the chain. Each value is represented as a float from 0.0 to 1.0. Each color list contains 4 items (red, green, blue, white) even if the underyling LED supports fewer color channels. For example, the blue value (3rd item in color list) of the second neopixel in a chain could be accessed at <code>printer["neopixel <config_name>"].color_data[1][2]</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>
|
||||
<ul>
|
||||
|
@ -1945,11 +1969,6 @@
|
|||
<p><code>z_tilt</code> 对象提供了以下信息(如果定义了 z_tilt,则该对象可用):</p>
|
||||
<ul>
|
||||
<li><code>applied</code>:如果 z 倾斜调平过程已运行并成功完成,则为 True。</li>
|
||||
</ul>
|
||||
<h2 id="neopixel-dotstar">neopixel / dotstar<a class="headerlink" href="#neopixel-dotstar" title="Permanent link">¶</a></h2>
|
||||
<p>以下信息适用于每个在 printer.cfg 中定义的 <code>[neopixel led_name]</code> 和 <code>[dotstar led_name]</code>:</p>
|
||||
<ul>
|
||||
<li><code>color_data</code>:对象数组,每个对象包含链中一个 LED 的 RGBW 值。请注意,并非所有配置都包含白色值。每个值都是从 0 到 1 的浮点数。例如,链中第二个 neopixel 的蓝色值可以通过<code>printer["neopixel <config_name>"].color_data[1].B</code>访问。</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue