diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-05-20 20:45:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-05-30 20:16:28 -0400 |
commit | 14ff50c94dee95c0a50841e4990528cbe43db247 (patch) | |
tree | 715493fe802abf53aa706a2054cf22fdef097273 /docs/CANBUS.md | |
parent | 23bbbaa21bc39dfb7ab7c315b4268bb9973a116f (diff) | |
download | kutter-14ff50c94dee95c0a50841e4990528cbe43db247.tar.gz kutter-14ff50c94dee95c0a50841e4990528cbe43db247.tar.xz kutter-14ff50c94dee95c0a50841e4990528cbe43db247.zip |
docs: Add new CANBUS_Troubleshooting.md document
Add information on troubleshooting canbus connections.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/CANBUS.md')
-rw-r--r-- | docs/CANBUS.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CANBUS.md b/docs/CANBUS.md index 651ed4c9..e80141a9 100644 --- a/docs/CANBUS.md +++ b/docs/CANBUS.md @@ -135,3 +135,7 @@ iface can0 can static be configured in Klipper's printer.cfg file with a `serial:` parameter. The bridge board appears as a "USB CAN adapter" and it is configured in the printer.cfg as a [CAN node](#configuring-klipper). + +## Tips for troubleshooting + +See the [CAN bus troubleshooting](CANBUS_Troubleshooting.md) document. |