mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@cba119db3a 🚀
This commit is contained in:
parent
13f13bf7d5
commit
e172d515bc
108 changed files with 3049 additions and 1001 deletions
|
@ -1293,9 +1293,11 @@
|
|||
<p>本文档涵盖了软件更新中对配置文件不向后兼容的部分。在升级 Klipper 时,最好也查看一下这份文档。</p>
|
||||
<p>文档的所有日期都是大概时间。</p>
|
||||
<h2 id="_2">变更<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>20230201: The <code>[bed_mesh]</code> module no longer loads the <code>default</code> profile on startup. It is recommended that users who use the <code>default</code> profile add <code>BED_MESH_PROFILE LOAD=default</code> to their <code>START_PRINT</code> macro (or to their slicer's "Start G-Code" configuration when applicable).</p>
|
||||
<p>20230103: It is now possible with the flash-sdcard.sh script to flash both variants of the Bigtreetech SKR-2, STM32F407 and STM32F429. This means that the original tag of btt-skr2 now has changed to either btt-skr-2-f407 or btt-skr-2-f429.</p>
|
||||
<p>20221128: Klipper v0.11.0 released.</p>
|
||||
<p>20230304:<code>SET_TMC_CURRENT</code> 命令现在可以正确地调整有globalscalar的驱动的globalscalar。这消除了一个限制,即在 tmc5160 上,使用<code>SET_TMC_CURRENT</code> 所提高的电流不能高于配置文件中设置的<code>run_current</code> 值。然而,这有一个副作用:如果使用StealthChop2,在运行<code>SET_TMC_CURRENT</code> 之后,步进电机必须保持在静止状态至少130ms,这样AT#1校准才会被驱动执行。</p>
|
||||
<p>20230202:<code>printer.screw_tilt_adjust</code> 状态信息的格式已经改变。该信息现在是以screws的字典形式存储的,并附有测量结果。详情见<a href="Status_Reference.html#screws_tilt_adjust">状态参考文档</a>。</p>
|
||||
<p>20230201:<code>[bed_mesh]</code> 模块在启动时不再加载<code>default</code> 配置文件。建议使用<code>default</code> 配置的用户将<code>BED_MESH_PROFILE LOAD=default</code> 添加到他们的<code>START_PRINT</code> 宏中(或者在适用时添加到他们的切片软件的 "启动G代码 "配置中)。</p>
|
||||
<p>20230103: 现在可以用flash-sdcard.sh脚本对Bigtreetech SKR-2的两个变体STM32F407和STM32F429进行刷写。这意味着原来的标签 btt-skr2 现在变成了btt-skr-2-f407 或 btt-skr-2-f429。</p>
|
||||
<p>20221128: Klipper v0.11.0发布。</p>
|
||||
<p>20221122:原先使用safe_z_home时,g28归位后的 z_hop 有可能会向负Z方向移动。现在,g28之后的 z_hop 只有在产生抬升(正方向)时才会被执行,这镜像了 g28 归位之前发生的 z_hop 的行为。</p>
|
||||
<p>20220616:以前可以通过运行<code>make flash FLASH_DEVICE=first</code>在引导程序模式下刷写rp2040。新的等效命令是<code>make flash FLASH_DEVICE=2e8a:0003</code>。</p>
|
||||
<p>20220612: 实现了rp2040上"rp2040-e5"USB数据错误的一个解决办法。这应该使最初的 USB 连接更加可靠。然而,它可能会导致gpio15引脚的行为发生变化。gpio15的行为变化不太可能有明显影响。</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue