Deploying to gh-pages from @ Klipper3d/klipper@9323a5dfe2 🚀

This commit is contained in:
KevinOConnor
2025-07-17 00:06:19 +00:00
parent efffd67cc9
commit 0ba73903e0
78 changed files with 3767 additions and 567 deletions

View File

@@ -1543,12 +1543,7 @@ iface can0 can static
<ul>
<li>“桥接MCU”实际上并不在CAN总线上。可能位于CAN总线上的其他适配器不会看到进出桥接器MCU的消息。</li>
<li>
<p>“桥式MCU”本身和CAN总线上的所有设备的可用带宽都受到CAN总线频率的有效限制。因此在使用“USB转CAN总线桥模式”时建议使用1000000的CAN总线频率。</p>
<p>即使在CAN总线频率为1000000的情况下如果XY步进器和加速度计都通过单个“USB to CAN Bus”接口进行通信也可能没有足够的带宽来运行 <code>SHAPER_CALIBRATE</code> 测试。</p>
</li>
</ul>
<ul>
<li>“桥式MCU”本身和CAN总线上的所有设备的可用带宽都受到CAN总线频率的有效限制。因此在使用“USB转CAN总线桥模式”时建议使用1000000的CAN总线频率。</li>
<li>It is only valid to use USB to CAN bridge mode if there is a functioning CAN bus with at least one other node available (in addition to the bridge node itself). Use a standard USB configuration if the goal is to communicate only with the single USB device. Using USB to CAN bridge mode without a fully functioning CAN bus (including terminating resistors and an additional node) may result in sporadic errors even when communicating with the bridge node.</li>
<li>USB转CAN桥板不会显示为USB串口设备也不会在运行<code>ls/dev/Serial/by-id</code>时出现也不能在Klipper的printer.cfg文件中使用<code>Serial</code>参数进行配置。桥接板显示为“USB CAN适配器”并在printer.cfg中配置为<a href="#configuring-klipper">CAN节点</a></li>
</ul>