Deploying to gh-pages from @ Klipper3d/klipper@96ea871b35 🚀
This commit is contained in:
@@ -1060,6 +1060,13 @@
|
||||
webhooks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#z_thermal_adjust" class="md-nav__link">
|
||||
z_thermal_adjust
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1807,6 +1814,13 @@
|
||||
webhooks
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#z_thermal_adjust" class="md-nav__link">
|
||||
z_thermal_adjust
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2032,6 +2046,8 @@
|
||||
<p><code>print_stats</code> 對像提供了以下資訊(如果定義了 <a href="Config_Reference.html#virtual_sdcard">virtual_sdcard</a> 配置分段,則此對像自動可用):</p>
|
||||
<ul>
|
||||
<li><code>filename</code>、<code>total_duration</code>、<code>print_duration</code>、<code>filament_used</code>、<code>state</code>、<code>message</code>:virtual_sdcard 列印處於活動狀態時有關目前列印的估測。</li>
|
||||
<li><code>info.total_layer</code>: The total layer value of the last <code>SET_PRINT_STATS_INFO TOTAL_LAYER=<value></code> G-Code command.</li>
|
||||
<li><code>info.current_layer</code>: The current layer value of the last <code>SET_PRINT_STATS_INFO CURRENT_LAYER=<value></code> G-Code command.</li>
|
||||
</ul>
|
||||
<h2 id="probe">probe<a class="headerlink" href="#probe" title="Permanent link">¶</a></h2>
|
||||
<p><a href="Config_Reference.html#probe">probe</a> 對像中提供了以下資訊(如果定義了 <a href="Config_Reference.html#bltouch">bltouch</a> 配置分段,則此對象也可用):</p>
|
||||
@@ -2119,6 +2135,16 @@
|
||||
<li><code>state</code>:返回一個表示目前 Klipper 狀態的字串。可能的值為:"ready"、"startup"、"shutdown"和"error"。</li>
|
||||
<li><code>state_message</code>:提供了一個包含目前 Klipper 狀態和上下文的可讀字串。</li>
|
||||
</ul>
|
||||
<h2 id="z_thermal_adjust">z_thermal_adjust<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>z_thermal_adjust</code> object (this object is available if <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a> is defined).</p>
|
||||
<ul>
|
||||
<li><code>enabled</code>: Returns True if adjustment is enabled.</li>
|
||||
<li><code>temperature</code>: Current (smoothed) temperature of the defined sensor. [degC]</li>
|
||||
<li><code>measured_min_temp</code>: Minimum measured temperature. [degC]</li>
|
||||
<li><code>measured_max_temp</code>: Maximum measured temperature. [degC]</li>
|
||||
<li><code>current_z_adjust</code>: Last computed Z adjustment [mm].</li>
|
||||
<li><code>z_adjust_ref_temperature</code>: Current reference temperature used for calculation of Z <code>current_z_adjust</code> [degC].</li>
|
||||
</ul>
|
||||
<h2 id="z_tilt">z_tilt<a class="headerlink" href="#z_tilt" title="Permanent link">¶</a></h2>
|
||||
<p><code>z_tilt</code> 對像提供了以下資訊(如果定義了 z_tilt,則該對象可用):</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user