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