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>Le seguenti informazioni sono disponibili nell'oggetto <code>print_stats</code> (questo oggetto è automaticamente disponibile se è definita una sezione di configurazione <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>: informazioni stimate sulla stampa corrente quando è attiva una stampa da 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>Le seguenti informazioni sono disponibili nell'oggetto <a href="Config_Reference.html#probe">probe</a> (questo oggetto è disponibile anche se è definita una sezione di configurazione <a href="Config_Reference.html#bltouch">bltouch</a>):</p>
|
||||
@@ -2119,6 +2135,16 @@
|
||||
<li><code>state</code>: restituisce una stringa che indica lo stato corrente di Klipper. I valori possibili sono: "ready", "startup", "shutdown", "error".</li>
|
||||
<li><code>state_message</code>: una stringa leggibile dall'uomo che fornisce un contesto aggiuntivo sullo stato corrente di 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>Le seguenti informazioni sono disponibili nell'oggetto <code>z_tilt</code> (questo oggetto è disponibile se z_tilt è definito):</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user