mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@d9c917b950 🚀
This commit is contained in:
parent
48ae3ef5f1
commit
ff92cdf8d0
20 changed files with 287 additions and 287 deletions
|
@ -1911,10 +1911,10 @@
|
|||
<li><code>current_object</code>:当前正在打印的对象的名称。</li>
|
||||
</ul>
|
||||
<h2 id="extruder_stepper">extruder_stepper<a class="headerlink" href="#extruder_stepper" title="Permanent link">¶</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>
|
||||
<p>以下信息在extruder_stepper对象以及<a href="Config_Reference.html#extruder">extruder</a>对象中可用:</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>
|
||||
<li><code>pressure_advance</code>:当前的<a href="Pressure_Advance.html">压力提前</a>值。</li>
|
||||
<li><code>smooth_time</code>:当前压力提前平滑时间。</li>
|
||||
</ul>
|
||||
<h2 id="fan">fan<a class="headerlink" href="#fan" title="Permanent link">¶</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>
|
||||
|
@ -2094,7 +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>cone_start_z</code> 是最大半径时的最大z高度(<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue