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

This commit is contained in:
KevinOConnor 2023-11-25 00:03:56 +00:00
parent 6df45afc27
commit 3dff12a4cc
28 changed files with 358 additions and 357 deletions

View file

@ -1246,11 +1246,11 @@
</li>
<li class="md-nav__item">
<a href="#canbus" class="md-nav__link">
CANBUS
<a href="#can" class="md-nav__link">
CAN 总线
</a>
<nav class="md-nav" aria-label="CANBUS">
<nav class="md-nav" aria-label="CAN 总线">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -1465,11 +1465,11 @@
</li>
<li class="md-nav__item">
<a href="#canbus" class="md-nav__link">
CANBUS
<a href="#can" class="md-nav__link">
CAN 总线
</a>
<nav class="md-nav" aria-label="CANBUS">
<nav class="md-nav" aria-label="CAN 总线">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -1567,7 +1567,7 @@ Entering<span class="w"> </span>bootloader<span class="w"> </span>on<span class=
<p>Where <code>&lt;DEVICE&gt;</code> is your serial port, such as <code>/dev/ttyS0</code>, or <code>/dev/serial/by-id/gpio-serial2</code>, and</p>
<p><code>&lt;BAUD&gt;</code> is the baud rate of the serial port, such as <code>115200</code>.</p>
<h3 id="canbus">CANBUS<a class="headerlink" href="#canbus" title="Permanent link">&para;</a></h3>
<h3 id="can">CAN 总线<a class="headerlink" href="#can" title="Permanent link">&para;</a></h3>
<p>If CANBUS is in use, a special <a href="CANBUS_protocol.html#admin-messages">admin message</a> will request the bootloader. This message will be respected even if the device already has a nodeid, and will also be processed if the mcu is shutdown.</p>
<p>This method also applies to devices operating in <a href="CANBUS.html#usb-to-can-bus-bridge-mode">CANBridge</a> mode.</p>
<h4 id="katapults-flashtoolpy">Katapult's flashtool.py<a class="headerlink" href="#katapults-flashtoolpy" title="Permanent link">&para;</a></h4>