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>