Deploying to gh-pages from @ Klipper3d/klipper@a709ba43af 🚀
This commit is contained in:
@@ -3611,10 +3611,10 @@ max_accel:
|
||||
<p>关于计算<code>rotation_distance</code> 参数的方法,请参见<a href="Rotation_Distance.html">旋转距离文档</a>。关于使用多个微控制器的归位的方法,请参见<a href="Multi_MCU_Homing.html">Multi-MCU homing</a>文件。</p>
|
||||
<div class="highlight"><pre><span></span><code>[stepper_x]
|
||||
step_pin:
|
||||
# Step GPIO pin (triggered high). This parameter must be provided.
|
||||
# Step 的 GPIO 引脚 (triggered high)。这个参数必须指定。
|
||||
dir_pin:
|
||||
# Direction GPIO pin (high indicates positive direction). This
|
||||
# parameter must be provided.
|
||||
# dir 的 GPIO 引脚 (high indicates positive direction).
|
||||
# 这个参数必须指定.
|
||||
enable_pin:
|
||||
# Enable pin (default is enable high; use ! to indicate enable
|
||||
# low). If this parameter is not provided then the stepper motor
|
||||
@@ -4476,7 +4476,7 @@ gcode:
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="endstop_phase">[endstop_phase]<a class="headerlink" href="#endstop_phase" title="Permanent link">¶</a></h3>
|
||||
<p>Stepper phase adjusted endstops. To use this feature, define a config section with an "endstop_phase" prefix followed by the name of the corresponding stepper config section (for example, "[endstop_phase stepper_z]"). This feature can improve the accuracy of endstop switches. Add a bare "[endstop_phase]" declaration to enable the ENDSTOP_PHASE_CALIBRATE command.</p>
|
||||
<p>步进器相位调整限位(Stepper phase adjusted endstops)。要使用这个功能,需要定义一个配置部分,其前缀为 "endstop_phase",后面是相应的步进配置部分的名称(例如,"[endstop_phase stepper_z]")。这个功能可以提高限位开关的准确性。在配置文件添加"[endstop_phase]"的参数以启用ENDSTOP_PHASE_CALIBRATE命令。</p>
|
||||
<p>更多信息见<a href="Endstop_Phase.html">相位限位指南</a>和<a href="G-Code.md#endstop_phase">命令参考</a>。</p>
|
||||
<div class="highlight"><pre><span></span><code>[endstop_phase stepper_z]
|
||||
#endstop_accuracy:
|
||||
|
||||
Reference in New Issue
Block a user