Deploying to gh-pages from @ Klipper3d/klipper@97a5b39aab 🚀

This commit is contained in:
KevinOConnor
2022-09-12 00:06:54 +00:00
parent dd3feade64
commit 4718c38faa
35 changed files with 1193 additions and 587 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">
@@ -4501,6 +4541,10 @@
<p><a href="Config_Reference.html#manual_stepper">manual_stepper 配置分段</a>被启用时,以下命令可用。</p>
<h4 id="manual_stepper_1">MANUAL_STEPPER<a class="headerlink" href="#manual_stepper_1" title="Permanent link">&para;</a></h4>
<p><code>MANUAL_STEPPER STEPPER=config_name [ENABLE=[0|1]] [SET_POSITION=&lt;pos&gt;] [SPEED=&lt;speed&gt;] [ACCEL=&lt;accel&gt;] [MOVE=&lt;pos&gt; [STOP_ON_ENDSTOP=[1|2|-1|-2]] [SYNC=0]]</code>该命令将改变步进器的状态。使用ENABLE参数来启用/禁用步进。使用SET_POSITION参数迫使步进认为它处于给定的位置。使用MOVE参数要求移动到给定位置。如果指定了SPEED或者ACCEL那么将使用给定的值而不是配置文件中指定的默认值。如果指定ACCEL为0那么将不执行加速。如果STOP_ON_ENDSTOP=1被指定那么如果止动器报告被触发动作将提前结束使用STOP_ON_ENDSTOP=2来完成动作即使止动器没有被触发也不会出错使用-1或-2来在止动器报告没有被触发时停止。通常情况下未来的G-Code命令将被安排在步进运动完成后运行但是如果手动步进运动使用SYNC=0那么未来的G-Code运动命令可能与步进运动平行运行。</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>
<h4 id="set_led">SET_LED<a class="headerlink" href="#set_led" title="Permanent link">&para;</a></h4>