Deploying to gh-pages from @ Klipper3d/klipper@f3b995227a 🚀

This commit is contained in:
KevinOConnor
2022-04-09 20:31:56 +00:00
parent 21245a37f1
commit 6585e6a6c3
24 changed files with 881 additions and 373 deletions

View File

@@ -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">&para;</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">&para;</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">&para;</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">&para;</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 &lt;config_name&gt;"].color_data[1][2]</code>.</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>
@@ -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">&para;</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 &lt;config_name&gt;"].color_data[1].B</code>訪問。</li>
</ul>