mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 14:44:20 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@d725dfd309 🚀
This commit is contained in:
parent
035fe8eafd
commit
f970b964d2
283 changed files with 11604 additions and 2400 deletions
|
@ -877,6 +877,13 @@
|
|||
firmware_retraction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gcode_button" class="md-nav__link">
|
||||
gcode_button
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1494,8 +1501,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="CANBUS_Troubleshooting.md" class="md-nav__link">
|
||||
None
|
||||
<a href="CANBUS_Troubleshooting.html" class="md-nav__link">
|
||||
CANBUS Troubleshooting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -1659,6 +1666,13 @@
|
|||
firmware_retraction
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#gcode_button" class="md-nav__link">
|
||||
gcode_button
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2002,6 +2016,11 @@
|
|||
<ul>
|
||||
<li><code>retract_length</code>、<code>retract_speed</code>、<code>unretract_extra_length</code>、<code>unretract_speed</code>:firmware_retraction 模块的当前设置。如果 <code>SET_RETRACTION</code> 命令改变它们,这些设置可能与配置文件不同。</li>
|
||||
</ul>
|
||||
<h2 id="gcode_button">gcode_button<a class="headerlink" href="#gcode_button" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in <a href="Config_Reference.html#gcode_button">gcode_button some_name</a> objects:</p>
|
||||
<ul>
|
||||
<li><code>state</code>: The current button state returned as "PRESSED" or "RELEASED"</li>
|
||||
</ul>
|
||||
<h2 id="gcode_macro">gcode_macro<a class="headerlink" href="#gcode_macro" title="Permanent link">¶</a></h2>
|
||||
<p><a href="Config_Reference.html#gcode_macro">gcode_macro <名称></a> 对象提供了以下信息:</p>
|
||||
<ul>
|
||||
|
@ -2167,6 +2186,7 @@
|
|||
<li><code>mcu_phase_offset</code>:微控制器步进位置与驱动器的"零"相位的相对位置。如果相位偏移未知,则此字段可能为空。</li>
|
||||
<li><code>phase_offset_position</code>:对应电机“零”相位的“指令位置”。如果相位偏移未知,则该字段可以为空。</li>
|
||||
<li><code>drv_status</code>:上次驱动状态查询结果。(仅报告非零字段。如果驱动没有被启用(因此没有轮询),则此字段将为 null。</li>
|
||||
<li><code>temperature</code>: The internal temperature reported by the driver. This field will be null if the driver is not enabled or if the driver does not support temperature reporting.</li>
|
||||
<li><code>run_current</code>:当前设置的运行电流。</li>
|
||||
<li><code>hold_current</code>:当前设置的保持电流。</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue