aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-05-20 20:45:49 -0400
committerKevin O'Connor <kevin@koconnor.net>2023-05-30 20:16:28 -0400
commit14ff50c94dee95c0a50841e4990528cbe43db247 (patch)
tree715493fe802abf53aa706a2054cf22fdef097273 /docs/Overview.md
parent23bbbaa21bc39dfb7ab7c315b4268bb9973a116f (diff)
downloadkutter-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/Overview.md')
-rw-r--r--docs/Overview.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 9b94b01e..993061c4 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -92,5 +92,7 @@ communication with the Klipper developers.
- [Bootloaders](Bootloaders.md): Developer information on
micro-controller flashing.
- [CAN bus](CANBUS.md): Information on using CAN bus with Klipper.
+ - [CAN bus troubleshooting](CANBUS_Troubleshooting.md): Tips for
+ troubleshooting CAN bus.
- [TSL1401CL filament width sensor](TSL1401CL_Filament_Width_Sensor.md)
- [Hall filament width sensor](Hall_Filament_Width_Sensor.md)