mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@b0ffb269d2 🚀
This commit is contained in:
parent
2885b92a60
commit
8983874c15
13 changed files with 56 additions and 3 deletions
49
G-Codes.html
49
G-Codes.html
|
@ -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">
|
||||
|
@ -3799,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">
|
||||
|
@ -5054,6 +5094,15 @@ PAUSE. It is recommended to add this to your start gcode to make sure
|
|||
the paused state is fresh for each print.</p>
|
||||
<h4 id="cancel_print">CANCEL_PRINT<a class="headerlink" href="#cancel_print" title="Permanent link">¶</a></h4>
|
||||
<p><code>CANCEL_PRINT</code>: Cancels the current print.</p>
|
||||
<h3 id="print_stats">[print_stats]<a class="headerlink" href="#print_stats" title="Permanent link">¶</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">¶</a></h4>
|
||||
<p><code>SET_PRINT_STATS_INFO [TOTAL_LAYER=<total_layer_count>] [CURRENT_LAYER=
|
||||
<current_layer>]</code>: Pass slicer info like layer act and total to Klipper.
|
||||
Add <code>SET_PRINT_STATS_INFO [TOTAL_LAYER=<total_layer_count>]</code> to your
|
||||
slicer start gcode section and <code>SET_PRINT_STATS_INFO [CURRENT_LAYER=
|
||||
<current_layer>]</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">¶</a></h3>
|
||||
<p>The following commands are available when a
|
||||
<a href="Config_Reference.html#probe">probe config section</a> or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue