Deploying to gh-pages from @ Klipper3d/klipper@ae6c16422f 🚀

This commit is contained in:
KevinOConnor 2022-09-02 14:30:55 +00:00
parent 76f81d744d
commit 78947718b5
12 changed files with 51 additions and 1 deletions

View file

@ -1580,6 +1580,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#mcp4018" class="md-nav__link">
[mcp4018]
</a>
<nav class="md-nav" aria-label="[mcp4018]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_digipot" class="md-nav__link">
SET_DIGIPOT
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -3583,6 +3603,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#mcp4018" class="md-nav__link">
[mcp4018]
</a>
<nav class="md-nav" aria-label="[mcp4018]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_digipot" class="md-nav__link">
SET_DIGIPOT
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -4859,6 +4899,16 @@ reports not triggered). Normally future G-Code commands will be
scheduled to run after the stepper move completes, however if a manual
stepper move uses SYNC=0 then future G-Code movement commands may run
in parallel with the stepper movement.</p>
<h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">&para;</a></h3>
<p>The following command is available when a
<a href="Config_Reference.html#mcp4018">mcp4018 config section</a> is
enabled.</p>
<h4 id="set_digipot">SET_DIGIPOT<a class="headerlink" href="#set_digipot" title="Permanent link">&para;</a></h4>
<p><code>SET_DIGIPOT DIGIPOT=config_name WIPER=&lt;value&gt;</code>: This command will
change the current value of the digipot. This value should typically
be between 0.0 and 1.0, unless a 'scale' is defined in the config.
When 'scale' is defined, then this value should be between 0.0 and
'scale'.</p>
<h3 id="led">[led]<a class="headerlink" href="#led" title="Permanent link">&para;</a></h3>
<p>The following command is available when any of the
<a href="Config_Reference.html#leds">led config sections</a> are enabled.</p>