Deploying to gh-pages from @ Klipper3d/klipper@97a5b39aab 🚀

This commit is contained in:
KevinOConnor
2022-09-12 00:06:54 +00:00
parent dd3feade64
commit 4718c38faa
35 changed files with 1193 additions and 587 deletions

View File

@@ -836,6 +836,13 @@
exclude_object
</a>
</li>
<li class="md-nav__item">
<a href="#extruder_stepper" class="md-nav__link">
extruder_stepper
</a>
</li>
<li class="md-nav__item">
@@ -1576,6 +1583,13 @@
exclude_object
</a>
</li>
<li class="md-nav__item">
<a href="#extruder_stepper" class="md-nav__link">
extruder_stepper
</a>
</li>
<li class="md-nav__item">
@@ -1896,6 +1910,12 @@
<li><code>excluded_objects</code>: An array of strings listing the names of excluded objects.</li>
<li><code>current_object</code>: The name of the object currently being printed.</li>
</ul>
<h2 id="extruder_stepper">extruder_stepper<a class="headerlink" href="#extruder_stepper" title="Permanent link">&para;</a></h2>
<p>The following information is available for extruder_stepper objects (as well as <a href="Config_Reference.html#extruder">extruder</a> objects):</p>
<ul>
<li><code>pressure_advance</code>: The current <a href="Pressure_Advance.html">pressure advance</a> value.</li>
<li><code>smooth_time</code>: The current pressure advance smooth time.</li>
</ul>
<h2 id="fan">fan<a class="headerlink" href="#fan" title="Permanent link">&para;</a></h2>
<p><a href="Config_Reference.html#fan">fan</a><a href="Config_Reference.html#heater_fan">heater_fan some_name</a><a href="Config_Reference.html#controller_fan">controller_fan some_name</a>對像提供了以下資訊:</p>
<ul>
@@ -2074,6 +2094,7 @@
<li><code>extruder</code>:目前活躍的擠出機的名稱。例如,在宏中可以使用<code>printer[printer.toolhead.extruder].target</code>來獲取目前擠出機的目標溫度。</li>
<li><code>homed_axes</code>:目前被認為處於「已歸位」狀態的車軸。這是一個包含一個或多個"x"、"y"、"z"的字串。</li>
<li><code>axis_minimum</code><code>axis_maximum</code>:歸位后的軸的行程限制(毫米)。可以訪問此極限值的 x、y、z 份量(例如,<code>axis_minimum.x</code><code>axis_maximum.z</code>)。</li>
<li>For Delta printers the <code>cone_start_z</code> is the max z height at maximum radius (<code>printer.toolhead.cone_start_z</code>).</li>
<li><code>max_velocity</code><code>max_accel</code><code>max_accel_to_decel</code><code>square_corner_velocity</code>:目前生效的印表機限制。如果 <code>SET_VELOCITY_LIMIT</code>(或 <code>M204</code>)命令在執行時改變它們,這些值可能與配置檔案設定不同。</li>
<li><code>stalls</code>:由於工具頭移動速度快于從 G 程式碼輸入讀取的移動速度,因此印表機必須暫停的總次數(自上次重新啟動以來)。</li>
</ul>