Deploying to gh-pages from @ Klipper3d/klipper@97a5b39aab 🚀
This commit is contained in:
@@ -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">¶</a></h4>
|
||||
<p><code>MANUAL_STEPPER STEPPER=config_name [ENABLE=[0|1]] [SET_POSITION=<pos>] [SPEED=<speed>] [ACCEL=<accel>] [MOVE=<pos> [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">¶</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">¶</a></h4>
|
||||
<p><code>SET_DIGIPOT DIGIPOT=config_name WIPER=<value></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">¶</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">¶</a></h4>
|
||||
|
||||
Reference in New Issue
Block a user