Deploying to gh-pages from @ Klipper3d/klipper@11dd273b34 🚀
This commit is contained in:
@@ -4584,35 +4584,34 @@ max_temp:
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="z_thermal_adjust">[z_thermal_adjust]<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">¶</a></h3>
|
||||
<p>Temperature-dependant toolhead Z position adjustment. Compensate for vertical toolhead movement caused by thermal expansion of the printer's frame in real-time using a temperature sensor (typically coupled to a vertical section of frame).</p>
|
||||
<p>See also: <a href="G-Codes.html#z_thermal_adjust">extended g-code commands</a>.</p>
|
||||
<p>Regolazione della posizione Z della testa di stampa in funzione della temperatura. Compensare il movimento verticale della testina utensile causato dall'espansione termica del telaio della stampante in tempo reale utilizzando un sensore di temperatura (tipicamente accoppiato a una sezione verticale del telaio).</p>
|
||||
<p>Vedi anche: <a href="G-Codes.html#z_thermal_adjust">comandi g-code estesi</a>.</p>
|
||||
<div class="highlight"><pre><span></span><code>[z_thermal_adjust]
|
||||
#temp_coeff:
|
||||
# The temperature coefficient of expansion, in mm/degC. For example, a
|
||||
# temp_coeff of 0.01 mm/degC will move the Z axis downwards by 0.01 mm for
|
||||
# every degree Celsius that the temperature sensor increases. Defaults to
|
||||
# 0.0 mm/degC, which applies no adjustment.
|
||||
# Il coefficiente di dilatazione della temperatura, in mm/degC. Ad esempio, un
|
||||
# temp_coeff di 0,01 mm/degC sposterà l'asse Z verso il basso di 0,01 mm per ogni
|
||||
# grado Celsius di auemnto del sensore di temperatura . Il valore predefinito è
|
||||
# 0,0 mm/degC, che non applica alcuna regolazione.
|
||||
#smooth_time:
|
||||
# Smoothing window applied to the temperature sensor, in seconds. Can reduce
|
||||
# motor noise from excessive small corrections in response to sensor noise.
|
||||
# The default is 2.0 seconds.
|
||||
# Finestra di smoothing applicata al sensore di temperatura, in secondi. Può
|
||||
# ridurre il rumore del motore da piccole correzioni eccessive in risposta al
|
||||
# rumore del sensore. Il valore predefinito è 2,0 secondi.
|
||||
#z_adjust_off_above:
|
||||
# Disables adjustments above this Z height [mm]. The last computed correction
|
||||
# will remain applied until the toolhead moves below the specified Z height
|
||||
# again. The default is 99999999.0 mm (always on).
|
||||
# Disattiva le regolazioni al di sopra di questa altezza Z [mm]. L'ultima correzione
|
||||
# calcolata rimarrà applicata finché la testa utensile non si sposterà nuovamente
|
||||
# al di sotto dell'altezza Z specificata.
|
||||
# Il valore predefinito è 99999999,0 mm (sempre attivo).
|
||||
#max_z_adjustment:
|
||||
# Maximum absolute adjustment that can be applied to the Z axis [mm]. The
|
||||
# default is 99999999.0 mm (unlimited).
|
||||
# Massima regolazione assoluta applicabile all'asse Z [mm]. Il valore predefinito
|
||||
# è 99999999,0 mm (illimitato).
|
||||
#sensor_type:
|
||||
#sensor_pin:
|
||||
#min_temp:
|
||||
#max_temp:
|
||||
# Temperature sensor configuration.
|
||||
# See the "extruder" section for the definition of the above
|
||||
# parameters.
|
||||
# Configurazione del sensore di temperatura. Vedere la sezione "extruder" per
|
||||
# la definizione dei parametri di cui sopra.
|
||||
#gcode_id:
|
||||
# See the "heater_generic" section for the definition of this
|
||||
# parameter.
|
||||
# Vedere la sezione "heater_generic" per la definizione di questo parametro.
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="homing-personalizzato">Homing personalizzato<a class="headerlink" href="#homing-personalizzato" title="Permanent link">¶</a></h2>
|
||||
|
||||
@@ -2136,14 +2136,14 @@
|
||||
<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>
|
||||
<p>Le seguenti informazioni sono disponibili nell'oggetto <code>z_thermal_adjust</code> (questo oggetto è disponibile se <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a> è definito).</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>
|
||||
<li><code>enabled</code>: Restituisce True se la regolazione è abilitata.</li>
|
||||
<li><code>temperature</code>: temperatura attuale (livellata) del sensore definito. [grado C]</li>
|
||||
<li><code>measured_min_temp</code>: temperatura minima misurata. [degC]</li>
|
||||
<li><code>measured_max_temp</code>: Temperatura massima misurata. [degC]</li>
|
||||
<li><code>current_z_adjust</code>: Ultima regolazione Z calcolata [mm].</li>
|
||||
<li><code>z_adjust_ref_temperature</code>:Temperatura di riferimento corrente utilizzata per il calcolo di 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>
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
100
it/sitemap.xml
100
it/sitemap.xml
@@ -2,252 +2,252 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-11-06</lastmod>
|
||||
<lastmod>2022-11-07</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user