mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@638cd4d781 🚀
This commit is contained in:
parent
632c736d34
commit
19b7904d22
218 changed files with 4606 additions and 170 deletions
|
@ -824,6 +824,13 @@
|
|||
[respond]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
[exclude_object]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -1977,6 +1984,20 @@
|
|||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Exclude_Object.html" class="md-nav__link">
|
||||
Exclude Obects
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Using_PWM_Tools.html" class="md-nav__link">
|
||||
Using PWM tools
|
||||
|
@ -2688,6 +2709,13 @@
|
|||
[respond]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exclude_object" class="md-nav__link">
|
||||
[exclude_object]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -4760,6 +4788,17 @@ allowing per-filament settings and runtime tuning.</p>
|
|||
# override the "default_type".
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="exclude_object">[exclude_object]<a class="headerlink" href="#exclude_object" title="Permanent link">¶</a></h3>
|
||||
<p>Enables support to exclude or cancel individual objects during the printing
|
||||
process.</p>
|
||||
<p>See the <a href="Exclude_Object.html">exclude objects guide</a> and
|
||||
<a href="G-Codes.html#excludeobject">command reference</a>
|
||||
for additional information. See the
|
||||
<a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> file for a
|
||||
Marlin/RepRapFirmware compatible M486 G-Code macro.</p>
|
||||
<div class="highlight"><pre><span></span><code>[exclude_object]
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="resonance-compensation">Resonance compensation<a class="headerlink" href="#resonance-compensation" title="Permanent link">¶</a></h2>
|
||||
<h3 id="input_shaper">[input_shaper]<a class="headerlink" href="#input_shaper" title="Permanent link">¶</a></h3>
|
||||
<p>Enables <a href="Resonance_Compensation.html">resonance compensation</a>. Also see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue