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

This commit is contained in:
KevinOConnor
2023-09-29 17:47:31 +00:00
parent 08c8dc3e1e
commit 1157d4fc41
15 changed files with 17 additions and 2 deletions

View File

@@ -1323,6 +1323,14 @@ are not backwards compatible. It is a good idea to review this
document when upgrading the Klipper software.</p>
<p>All dates in this document are approximate.</p>
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">&para;</a></h2>
<p>20230826: If <code>safe_distance</code> is set or calculated to be 0 in <code>[dual_carriage]</code>,
the carriages proximity checks will be disabled as per documentation. A user
may wish to configure <code>safe_distance</code> explicitly to prevent accidental crashes
of the carriages with each other. Additionally, the homing order of the primary
and the dual carriage is changed in some configurations (certain configurations
when both carriages home in the same direction, see
<a href="Config_Reference.html#dual_carriage">[dual_carriage] configuration reference</a>
for more details).</p>
<p>20230810: The flash-sdcard.sh script now supports both variants of the
Bigtreetech SKR-3, STM32H743 and STM32H723. For this, the original tag
of btt-skr-3 now has changed to be either btt-skr-3-h743 or btt-skr-3-h723.</p>