Deploying to gh-pages from @ Klipper3d/klipper@f3b995227a 🚀

This commit is contained in:
KevinOConnor 2022-04-09 20:31:56 +00:00
parent 21245a37f1
commit 6585e6a6c3
24 changed files with 881 additions and 373 deletions

View file

@ -1246,6 +1246,9 @@
<p>本文档涵盖了软件更新中对配置文件不向后兼容的部分。在升级 Klipper 时,最好也查看一下这份文档。</p>
<p>文档的所有日期都是大概时间。</p>
<h2 id="_2">变更<a class="headerlink" href="#_2" title="Permanent link">&para;</a></h2>
<p>20220407: The temperature_fan <code>pid_integral_max</code> config option has been removed (it was deprecated on 20210612).</p>
<p>20220407: The default color order for pca9632 LEDs is now "RGBW". Add an explicit <code>color_order: RBGW</code> setting to the pca9632 config section to obtain the previous behavior.</p>
<p>20220330: The format of the <code>printer.neopixel.color_data</code> status information for neopixel and dotstar modules has changed. The information is now stored as a list of color lists (instead of a list of dictionaries). See the <a href="Status_Reference.html#led">status reference</a> for details.</p>
<p>20220307:<code>M73</code>如果不给定<code>P</code>则不再将打印进度设置为0。</p>
<p>20220304<a href="Config_Reference.html#extruder_stepper">extruder_stepper</a>配置分段的<code>extruder</code>参数不再有默认设置。如果需要,可以明确指定<code>extruder: extruder</code>,以便在启动时关联步进电机和"extruder"运动序列。</p>
<p>20220210<code>SYNC_STEPPER_TO_EXTRUDER</code><code>SET_EXTRUDER_STEP_DISTANCE</code><a href="Config_Reference.html#extruder">extruder</a><code>shared_heater</code> 配置选项已弃用。这些功能将在不久的将来被删除。将<code>SET_EXTRUDER_STEP_DISTANCE</code>替换为<code>SET_EXTRUDER_ROTATION_DISTANCE</code><code>SYNC_STEPPER_TO_EXTRUDER</code>替换为<code>SYNC_EXTRUDER_MOTION</code>,使用 <code>shared_heater</code><a href="Config_Reference.html#extruder_stepper">extruder_stepper</a>配置分段替换 extruder 配置分段,并更新所有激活宏以使用 <a href="G-Codes.html#sync_extruder_motion">SYNC_EXTRUDER_MOTION</a></p>