mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@a77d07907f 🚀
This commit is contained in:
parent
4ce4b4ceec
commit
41c61d1cb4
75 changed files with 851 additions and 851 deletions
|
@ -625,7 +625,7 @@
|
|||
|
||||
<li class="md-nav__item">
|
||||
<a href="Axis_Twist_Compensation.html" class="md-nav__link">
|
||||
Axis Twist Compensation
|
||||
轴扭曲补偿
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -1502,7 +1502,7 @@
|
|||
|
||||
<li class="md-nav__item">
|
||||
<a href="Bootloader_Entry.html" class="md-nav__link">
|
||||
Bootloader Entry
|
||||
引导加载程序条目
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -1530,7 +1530,7 @@
|
|||
|
||||
<li class="md-nav__item">
|
||||
<a href="CANBUS_Troubleshooting.html" class="md-nav__link">
|
||||
CANBUS Troubleshooting
|
||||
CanBus故障排除
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -2045,9 +2045,9 @@
|
|||
<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>
|
||||
<p>在<a href="Config_Reference.html#gcode_Button">Gcode_Button Some_NAME</a>对象中提供了以下信息:</p>
|
||||
<ul>
|
||||
<li><code>state</code>: The current button state returned as "PRESSED" or "RELEASED"</li>
|
||||
<li><code>state</code>:当前返回的按钮状态为按下或释放</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>
|
||||
|
@ -2086,7 +2086,7 @@
|
|||
<ul>
|
||||
<li><code>available_heaters</code>:返回所有当前可用加热器的完整配置分段名称,例如 <code>["extruder"、"heater_bed"、"heater_generic my_custom_heater"]</code>。</li>
|
||||
<li><code>available_sensors</code>:返回所有当前可用的温度传感器的完整配置分段名称列表,例如:<code>["extruder", "heater_bed", "heater_generic my_custom_heater", "temperature_sensor electronics_temp"]</code>。</li>
|
||||
<li><code>available_monitors</code>: Returns a list of all currently available temperature monitors by their full config section names, e.g. <code>["tmc2240 stepper_x"]</code>. While a temperature sensor is always available to read, a temperature monitor may not be available and will return null in such case.</li>
|
||||
<li><code>available_monitor ors</code>:按配置节全名返回当前所有可用的温度监视器的列表,例如<code>[“tmc2240 Steper_x”]</code>。虽然温度传感器始终可用于读取,但温度监视器可能不可用,在这种情况下将返回NULL。</li>
|
||||
</ul>
|
||||
<h2 id="idle_timeout">idle_timeout<a class="headerlink" href="#idle_timeout" title="Permanent link">¶</a></h2>
|
||||
<p><a href="Config_Reference.html#idle_timeout">idle_timeout</a> 对象中提供了以下信息(该对象始终可用):</p>
|
||||
|
@ -2167,7 +2167,7 @@
|
|||
<p>以下信息可在<code>screws_tilt_adjust</code>对象中获取:</p>
|
||||
<ul>
|
||||
<li><code>error</code>: 如果最近的 <code>SCREWS_TILT_CALCULATE</code> 命令包含了 <code>MAX_DEVIATION</code> 参数,并且任何一个已探测的螺丝坐标超过了指定的 <code>MAX_DEVIATION</code>,则返回 True。</li>
|
||||
<li><code>max_deviation</code>: Return the last <code>MAX_DEVIATION</code> value of the most recent <code>SCREWS_TILT_CALCULATE</code> command.</li>
|
||||
<li><code>MAX_DEVERATION</code>:返回最新的<code>SPRWS_TILT_CALCULATE</code>命令的最后一个<code>MAX_DEVIATION</code>值。</li>
|
||||
<li><code>results["<螺丝>"]</code>:包含以下键的字典:<ul>
|
||||
<li><code>z</code>: 螺丝坐标测量的 Z 高度。</li>
|
||||
<li><code>sign</code>:一个字符串,指定进行必要的调整时旋转螺丝的方向。“CW”表示顺时针,“CCW”表示逆时针。</li>
|
||||
|
@ -2193,7 +2193,7 @@
|
|||
</ul>
|
||||
<h2 id="_2">温度传感器<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>以下信息可在</p>
|
||||
<p><a href="Config_Reference.html#bmp280bme280bme680-temperature-sensor">bme280 config_section_name</a>, <a href="Config_Reference.html#htu21d-sensor">htu21d config_section_name</a>, <a href="Config_Reference.html#lm75-temperature-sensor">lm75 config_section_name</a>, <a href="Config_Reference.html#host-temperature-sensor">temperature_host config_section_name</a> and <a href="Config_Reference.html#combined-temperature-sensor">temperature_combined config_section_name</a> objects:</p>
|
||||
<p><a href="Config_Reference.html#bmp280bme280bme680-temperature-sensor">BME280 config_section_name</a>,[htu21d config_section_name(Config_Reference.md#htu21d-sensor),<a href="Config_Reference.html#lm75-temperaturesensor">lm75 config_section_name</a>,<a href="Config_Reference.html#host-temperature-sensor">温度_主机config_section_name</a> 和<a href="Config_Reference.html#combined-temperature-sensor">温度_组合config_section_name</a> 对象:</p>
|
||||
<ul>
|
||||
<li><code>temperature</code>:上一次从传感器读取的温度。</li>
|
||||
<li><code>hemidity</code>、<code>pressure</code>和<code>gas</code>:传感器上一次读取的值(仅在bme280、htu21d和lm75传感器上)。</li>
|
||||
|
@ -2216,7 +2216,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>temperature</code>:司机上报的车内温度。如果驱动程序未启用或驱动程序不支持温度报告,则此字段为空。</li>
|
||||
<li><code>run_current</code>:当前设置的运行电流。</li>
|
||||
<li><code>hold_current</code>:当前设置的保持电流。</li>
|
||||
</ul>
|
||||
|
@ -2232,10 +2232,10 @@
|
|||
<li><code>stalls</code>:由于工具头移动速度快于从 G 代码输入读取的移动速度,因此打印机必须暂停的总次数(自上次重新启动以来)。</li>
|
||||
</ul>
|
||||
<h2 id="dual_carriage">dual_carriage<a class="headerlink" href="#dual_carriage" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in <a href="Config_Reference.html#dual_carriage">dual_carriage</a> on a cartesian, hybrid_corexy or hybrid_corexz robot</p>
|
||||
<p>关于笛卡尔机器人、混合核心机器人或混合核心机器人,<a href="Config_Reference.html#dual_carriage">dual_carriage</a>中提供了以下信息</p>
|
||||
<ul>
|
||||
<li><code>carriage_0</code>: The mode of the carriage 0. Possible values are: "INACTIVE" and "PRIMARY".</li>
|
||||
<li><code>carriage_1</code>: The mode of the carriage 1. Possible values are: "INACTIVE", "PRIMARY", "COPY", and "MIRROR".</li>
|
||||
<li><code>Carty_0</code>:表示0的车厢模式。可能的值为:“非活动”和“主要”。</li>
|
||||
<li><code>Carrance_1</code>:马车1的模式,可选值为:Inactive、PRIMARY、COPY、MIRROR。</li>
|
||||
</ul>
|
||||
<h2 id="virtual_sdcard">virtual_sdcard<a class="headerlink" href="#virtual_sdcard" title="Permanent link">¶</a></h2>
|
||||
<p><a href="Config_Reference.html#virtual_sdcard">virtual_sdcard</a>对象提供了以下信息:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue