diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-05-19 12:54:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-05-19 12:54:26 -0400 |
commit | 17b8ce4c6be16d77d647b6d12356dc69830ec1e7 (patch) | |
tree | e717f139fe9a69561ebf27f9d587974ade0d1e9f /docs | |
parent | 9090377bbc28e3bd31a9d46746052048d91a5199 (diff) | |
download | kutter-17b8ce4c6be16d77d647b6d12356dc69830ec1e7.tar.gz kutter-17b8ce4c6be16d77d647b6d12356dc69830ec1e7.tar.xz kutter-17b8ce4c6be16d77d647b6d12356dc69830ec1e7.zip |
docs: Remove SHAPER_CALIBRATE and usb-to-canbus bridge warning in CANBUS.md
There have been several optimization to the usb to canbus bridge code
since that statement and it is likely many setups can run a
SHAPER_CALIBRATE with all activity on a single 1mbit canbus.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CANBUS.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CANBUS.md b/docs/CANBUS.md index a31ba8ce..e6fcb40f 100644 --- a/docs/CANBUS.md +++ b/docs/CANBUS.md @@ -125,11 +125,6 @@ iface can0 can static frequency. As a result, it is recommended to use a CAN bus frequency of 1000000 when using "USB to CAN bus bridge mode". - Even at a CAN bus frequency of 1000000, there may not be sufficient - bandwidth to run a `SHAPER_CALIBRATE` test if both the XY steppers - and the accelerometer all communicate via a single "USB to CAN bus" - interface. - * 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 |