Deploying to gh-pages from @ Klipper3d/klipper@96ea871b35 🚀

This commit is contained in:
KevinOConnor 2022-10-27 00:04:29 +00:00
parent becbba1b7c
commit 072b4e593f
47 changed files with 1089 additions and 257 deletions

View file

@ -1756,6 +1756,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#print_stats" class="md-nav__link">
[print_stats]
</a>
<nav class="md-nav" aria-label="[print_stats]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_print_stats_info" class="md-nav__link">
SET_PRINT_STATS_INFO
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -2208,6 +2228,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
<nav class="md-nav" aria-label="[z_thermal_adjust]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_z_thermal_adjust" class="md-nav__link">
SET_Z_THERMAL_ADJUST
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -3779,6 +3819,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#print_stats" class="md-nav__link">
[print_stats]
</a>
<nav class="md-nav" aria-label="[print_stats]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_print_stats_info" class="md-nav__link">
SET_PRINT_STATS_INFO
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -4231,6 +4291,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
<nav class="md-nav" aria-label="[z_thermal_adjust]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_z_thermal_adjust" class="md-nav__link">
SET_Z_THERMAL_ADJUST
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -4586,6 +4666,10 @@
<p><code>CLEAR_PAUSE</code>: cancella lo stato di pausa corrente senza riprendere la stampa. Questo è utile se si decide di annullare una stampa dopo un PAUSE. Si consiglia di aggiungerlo al gcode iniziale per assicurarsi che lo stato in pausa sia aggiornato per ogni stampa.</p>
<h4 id="cancel_print">CANCEL_PRINT<a class="headerlink" href="#cancel_print" title="Permanent link">&para;</a></h4>
<p><code>CANCEL_PRINT</code>: Annulla la stampa corrente.</p>
<h3 id="print_stats">[print_stats]<a class="headerlink" href="#print_stats" title="Permanent link">&para;</a></h3>
<p>The print_stats module is automatically loaded.</p>
<h4 id="set_print_stats_info">SET_PRINT_STATS_INFO<a class="headerlink" href="#set_print_stats_info" title="Permanent link">&para;</a></h4>
<p><code>SET_PRINT_STATS_INFO [TOTAL_LAYER=&lt;total_layer_count&gt;] [CURRENT_LAYER= &lt;current_layer&gt;]</code>: Pass slicer info like layer act and total to Klipper. Add <code>SET_PRINT_STATS_INFO [TOTAL_LAYER=&lt;total_layer_count&gt;]</code> to your slicer start gcode section and <code>SET_PRINT_STATS_INFO [CURRENT_LAYER= &lt;current_layer&gt;]</code> at the layer change gcode section to pass layer information from your slicer to Klipper.</p>
<h3 id="probe">[probe]<a class="headerlink" href="#probe" title="Permanent link">&para;</a></h3>
<p>I seguenti comandi sono disponibili quando è abilitata una <a href="Config_Reference.html#probe">sezione di configurazione della sonda</a> o una <a href="Config_Reference.html#bltouch">sezione di configurazione di bltouch</a> (consultare anche la <a href="Probe_Calibrate.html">guida alla calibrazione della sonda</a>).</p>
<h4 id="sonda">sonda<a class="headerlink" href="#sonda" title="Permanent link">&para;</a></h4>
@ -4715,6 +4799,10 @@
<p><code>SDCARD_PRINT_FILE FILENAME=&lt;nomefile&gt;</code>: carica un file e avvia la stampa SD.</p>
<h4 id="sdcard_reset_file">SDCARD_RESET_FILE<a class="headerlink" href="#sdcard_reset_file" title="Permanent link">&para;</a></h4>
<p><code>SDCARD_RESET_FILE</code>: Scarica il file e cancella lo stato SD.</p>
<h3 id="z_thermal_adjust">[z_thermal_adjust]<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">&para;</a></h3>
<p>The following commands are available when the <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust config section</a> is enabled.</p>
<h4 id="set_z_thermal_adjust">SET_Z_THERMAL_ADJUST<a class="headerlink" href="#set_z_thermal_adjust" title="Permanent link">&para;</a></h4>
<p><code>SET_Z_THERMAL_ADJUST [ENABLE=&lt;0:1&gt;] [TEMP_COEFF=&lt;value&gt;] [REF_TEMP=&lt;value&gt;]</code>: Enable or disable the Z thermal adjustment with <code>ENABLE</code>. Disabling does not remove any adjustment already applied, but will freeze the current adjustment value - this prevents potentially unsafe downward Z movement. Re-enabling can potentially cause upward tool movement as the adjustment is updated and applied. <code>TEMP_COEFF</code> allows run-time tuning of the adjustment temperature coefficient (i.e. the <code>TEMP_COEFF</code> config parameter). <code>TEMP_COEFF</code> values are not saved to the config. <code>REF_TEMP</code> manually overrides the reference temperature typically set during homing (for use in e.g. non-standard homing routines) - will be reset automatically upon homing.</p>
<h3 id="z_tilt">[z_tilt]<a class="headerlink" href="#z_tilt" title="Permanent link">&para;</a></h3>
<p>I seguenti comandi sono disponibili quando la <a href="Config_Reference.html#z_tilt">sezione z_tilt config</a> è abilitata.</p>
<h4 id="z_tilt_adjust">Z_TILT_ADJUST<a class="headerlink" href="#z_tilt_adjust" title="Permanent link">&para;</a></h4>