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

This commit is contained in:
KevinOConnor
2026-04-08 19:04:24 +00:00
parent 603b81d31b
commit e47ee9849c
3 changed files with 8 additions and 2 deletions

View File

@@ -2141,7 +2141,7 @@ instructions for building the bootloader.</p>
<p>The first time CanBoot has been flashed it should detect that no application
is present and enter the bootloader. If this doesn't occur it is possible to
enter the bootloader by pressing the reset button twice in succession.</p>
<p>The <code>flash_can.py</code> utility supplied in the <code>lib/canboot</code> folder may be used to
<p>The <code>flashtool.py</code> utility supplied in the <code>lib/katapult</code> folder may be used to
upload Klipper firmware. The device UUID is necessary to flash. If you do not
have a UUID it is possible to query nodes currently running the bootloader:</p>
<div class="highlight"><pre><span></span><code>python3 flash_can.py -q

View File

@@ -1412,6 +1412,12 @@ 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>20260408: The script <code>lib/canboot/flash_can.py</code> has been updated to
the most current version from
<a href="https://github.com/Arksine/katapult">Katapult</a> and as such renamed to
<code>lib/katapult/flashtool.py</code>. If you call this script directly instead
of using the existing Makefiles, you will need to change the path to
the script to <code>lib/katapult/flashtool.py</code>.</p>
<p>20260318: The <code>[probe_eddy_current]</code> config options <code>speed</code>,
<code>lift_speed</code>, <code>samples</code>, <code>sample_retract_dist</code>, <code>samples_result</code>,
<code>samples_tolerance</code>, and <code>samples_tolerance_retries</code> no longer apply

File diff suppressed because one or more lines are too long