Deploying to gh-pages from @ Klipper3d/klipper@f7567a0db9 🚀
This commit is contained in:
@@ -624,8 +624,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Axis_Twist_Compensation.md" class="md-nav__link">
|
||||
None
|
||||
<a href="Axis_Twist_Compensation.html" class="md-nav__link">
|
||||
Axis Twist Compensation
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -1501,8 +1501,8 @@
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Bootloader_Entry.md" class="md-nav__link">
|
||||
None
|
||||
<a href="Bootloader_Entry.html" class="md-nav__link">
|
||||
Bootloader Entry
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -2086,6 +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>
|
||||
</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>
|
||||
@@ -2166,6 +2167,7 @@
|
||||
<p>The following information is available in the <code>screws_tilt_adjust</code> object:</p>
|
||||
<ul>
|
||||
<li><code>error</code>: Returns True if the most recent <code>SCREWS_TILT_CALCULATE</code> command included the <code>MAX_DEVIATION</code> parameter and any of the probed screw points exceeded the specified <code>MAX_DEVIATION</code>.</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>results["<screw>"]</code>: A dictionary containing the following keys:<ul>
|
||||
<li><code>z</code>: The measured Z height of the screw location.</li>
|
||||
<li><code>sign</code>: A string specifying the direction to turn to screw for the necessary adjustment. Either "CW" for clockwise or "CCW" for counterclockwise.</li>
|
||||
@@ -2191,7 +2193,7 @@
|
||||
</ul>
|
||||
<h2 id="_3">溫度感測器<a class="headerlink" href="#_3" 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> 對像:</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>
|
||||
<ul>
|
||||
<li><code>temperature</code>:上一次從感測器讀取的溫度。</li>
|
||||
<li><code>hemidity</code>、<code>pressure</code>和<code>gas</code>:感測器上一次讀取的值(僅在bme280、htu21d和lm75感測器上)。</li>
|
||||
@@ -2230,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>使用了 hybrid_corexy 或 hybrid_corexz 運動學的 <a href="Config_Reference.html#dual_carriage">dual_carriage</a> 對像提供了以下資訊</p>
|
||||
<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>
|
||||
<ul>
|
||||
<li><code>mode</code>:目前模式。可能的值:"FULL_CONTROL"</li>
|
||||
<li><code>active_carriage</code>:目前的活躍的滑車。可能的值是"CARRIAGE_0"和"CARRIAGE_1"</li>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user