Deploying to gh-pages from @ Klipper3d/klipper@9b60daf62d 🚀
This commit is contained in:
@@ -1096,8 +1096,8 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#stm32h7-step-rate-benchmark" class="md-nav__link">
|
||||
STM32H7 step rate benchmark
|
||||
<a href="#stm32h7" class="md-nav__link">
|
||||
STM32H7 步进率基准测试
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -1465,8 +1465,8 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#stm32h7-step-rate-benchmark" class="md-nav__link">
|
||||
STM32H7 step rate benchmark
|
||||
<a href="#stm32h7" class="md-nav__link">
|
||||
STM32H7 步进率基准测试
|
||||
</a>
|
||||
|
||||
</li>
|
||||
@@ -1833,8 +1833,8 @@ finalize_config crc=0
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="stm32h7-step-rate-benchmark">STM32H7 step rate benchmark<a class="headerlink" href="#stm32h7-step-rate-benchmark" title="Permanent link">¶</a></h3>
|
||||
<p>The following configuration sequence is used on a STM32H743VIT6:</p>
|
||||
<h3 id="stm32h7">STM32H7 步进率基准测试<a class="headerlink" href="#stm32h7" title="Permanent link">¶</a></h3>
|
||||
<p>在STM32H743VIT6上使用以下配置序列:</p>
|
||||
<div class="highlight"><pre><span></span><code>allocate_oids count=3
|
||||
config_stepper oid=0 step_pin=PD4 dir_pin=PD3 invert_step=-1 step_pulse_ticks=0
|
||||
config_stepper oid=1 step_pin=PA15 dir_pin=PA8 invert_step=-1 step_pulse_ticks=0
|
||||
@@ -1842,7 +1842,7 @@ config_stepper oid=2 step_pin=PE2 dir_pin=PE3 invert_step=-1 step_pulse_ticks=0
|
||||
finalize_config crc=0
|
||||
</code></pre></div>
|
||||
|
||||
<p>The test was last run on commit <code>00191b5c</code> with gcc version <code>arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]</code>.</p>
|
||||
<p>该测试最后一次运行基于提交 <code>00191b5c</code>,gcc 版本为 <code>arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]</code>。</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -1502,7 +1502,7 @@
|
||||
|
||||
|
||||
<h1 id="_1">协议<a class="headerlink" href="#_1" title="Permanent link">¶</a></h1>
|
||||
<p>Klipper消息协议用于Klipper主机软件和Klipper微控制器软件之间的低层通信。在上层看,该协议可以被认为是一系列的命令和响应字符串,它们被压缩、传输,然后在接收方进行处理。以下是一个例子,包含一组未经压缩的人类可读格式的命令:</p>
|
||||
<p>Klipper 消息协议用于 Klipper 主机软件和 Klipper 微控制器软件之间的低层通信。在上层看,该协议可以被认为是一系列的命令和响应字符串,它们被压缩、传输,然后在接收方被处理。以下是一组未经压缩的可读的命令示例:</p>
|
||||
<div class="highlight"><pre><span></span><code>set_digital_out pin=PA3 value=1
|
||||
set_digital_out pin=PA7 value=1
|
||||
schedule_digital_out oid=8 clock=4000000 value=0
|
||||
|
||||
@@ -2164,10 +2164,10 @@
|
||||
<li><code>state_message</code>:提供了一个包含当前 Klipper 状态和上下文的可读字符串。</li>
|
||||
</ul>
|
||||
<h2 id="z_thermal_adjust">z_thermal_adjust<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">¶</a></h2>
|
||||
<p>The following information is available in the <code>z_thermal_adjust</code> object (this object is available if <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a> is defined).</p>
|
||||
<p><code>z_thermal_adjust</code> 对象提供以下信息(如果定义了<a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a>配置分段,该对象就可用)。</p>
|
||||
<ul>
|
||||
<li><code>enabled</code>: Returns True if adjustment is enabled.</li>
|
||||
<li><code>temperature</code>: Current (smoothed) temperature of the defined sensor. [degC]</li>
|
||||
<li><code>enabled</code>:如果启用调整,则返回 True。</li>
|
||||
<li><code>temperature</code>:定义传感器的当前(平滑后的)温度。 [摄氏度]</li>
|
||||
<li><code>measured_min_temp</code>: Minimum measured temperature. [degC]</li>
|
||||
<li><code>measured_max_temp</code>: Maximum measured temperature. [degC]</li>
|
||||
<li><code>current_z_adjust</code>: Last computed Z adjustment [mm].</li>
|
||||
|
||||
@@ -1801,7 +1801,7 @@ homing_retract_dist: 0
|
||||
<div class="highlight"><pre><span></span><code>SET_TMC_FIELD STEPPER=stepper_x FIELD=sgt VALUE=-64
|
||||
</code></pre></div>
|
||||
|
||||
<p>Then issue a <code>G28 X0</code> command and verify the axis does not move at all or quickly stops moving. If the axis does not stop, then issue an <code>M112</code> to halt the printer - something is not correct with the diag/sg_tst pin wiring or configuration and it must be corrected before continuing.</p>
|
||||
<p>然后发出<code>G28 X0</code> 命令,确认x轴完全不动或者迅速停止移动。如果没有停止移动,则立即发出<code>M112</code>,停止打印机 - diag/sg_tst 引脚的接线或配置可能有错误,必须在继续之前予以纠正。</p>
|
||||
<p>接下来,不断降低 <code>VALUE</code> 设置的灵敏度,并再次运行 <code>SET_TMC_FIELD</code>和<code>G28 X0</code> 命令,找到能使使滑车成功地一直移动到端点并停止的最高的灵敏度。(对于TMC2209驱动,调整是减少 SGTHRS,对于其他驱动,调整是增加 sgt)。确保每次尝试都在轨道中心附近开始(如果需要,发出<code>M84</code>,然后手动将滑车移到中心)。该方法应该可以找到可靠归位的最高灵敏度(更高的灵敏度设置会导致滑车只动一小段或完全不动)。注意找到的值为<em>maximum_sensitivity</em>。(如果在最低灵敏度(SGTHRS=0或sgt=63)下滑车也不动,那么diag/sg_tst 引脚的接线或配置可能有问题,必须在继续后面操作前予以修正。)</p>
|
||||
<p>在寻找最大灵敏度时,更方便的是跳到不同的VALUE设置(比如将VALUE参数的一半)。如果这样做,请准备好发出 <code>M112</code>命令以停止打印机,因为灵敏度很低的设置可能会导致轴反复 "撞 "到导轨的末端。</p>
|
||||
<p>请确保在每次归位尝试之间等待几秒钟。在TMC驱动程序检测到失速后,它可能需要一点时间来清除其内部指示器,才能够检测到下一次失速。</p>
|
||||
@@ -1847,17 +1847,17 @@ gcode:
|
||||
<li>在调整时,确保X和Y车架在每次归位尝试前都接近其轨道的中心。</li>
|
||||
<li>调整完成后,当X和Y轴归位时,使用宏来确保一个轴首先被归位,然后将该滑车远离轴的极限,停顿至少2秒,然后开始另一个滑车的归位。远离轴端点的移动可以避免一个轴被归位,而另一个轴顶在轴的极限上(这可能使失速检测发生偏差)。暂停是必要的,以确保驱动器的失速标志在再次归位之前被清除。</li>
|
||||
</ol>
|
||||
<p>An example CoreXY homing macro might look like:</p>
|
||||
<p>CoreXY 归位宏示例:</p>
|
||||
<div class="highlight"><pre><span></span><code>[gcode_macro HOME]
|
||||
gcode:
|
||||
G90
|
||||
# Home Z
|
||||
# 归位Z
|
||||
G28 Z0
|
||||
G1 Z10 F1200
|
||||
# Home Y
|
||||
# 归位Y
|
||||
G28 Y0
|
||||
G1 Y5 F1200
|
||||
# Home X
|
||||
# 归位X
|
||||
G4 P2000
|
||||
G28 X0
|
||||
G1 X5 F1200
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
100
zh/sitemap.xml
100
zh/sitemap.xml
@@ -2,252 +2,252 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-23</lastmod>
|
||||
<lastmod>2022-12-24</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user