Setting Up CAN Bus On Your 3D Printer (U2C & EBB)

Find out more about PCBWay’s great services: Find out more or purchase an EBB board\U2C board here (AFF): Or here (AFF): Love the channel? Consider supporting me on Patreon: ModBot Merch Store is now live! Get yours here: Join the official ModBotArmy discord server: CAN Bus is something I have wanted to dive into for almost a year now but for one reason or another always made an excuse. Well I finally sat down and it was way less straightforward than I had expected. This was primarily due to scattered instructions, different board revisions, and missing details. However, after coming out on the other side of it all I am super happy with it. I hope this video answers your questions and helps you along with your CAN Bus journey. Resources: Maz0r GitHub should be your first stop: U2C reflashing file and instructions: U2C v2.1 Bigtreetech Github: All Commands Used: dfu-util -l dfu-util -D ~/ -a 0 -s 0x08000000:leave sudo nano /etc/network/interfaces.d/can0 auto can0 iface can0 can static bitrate 500000 up ifconfig $IFACE txqueuelen 1024 sudo reboot ip -s link show can0 ~/klippy-env/bin/python ~/klipper/scripts/ can0 git clone cd CanBoot make menuconfig make clean make lsusb sudo dfu-util -a 0 -D ~/CanBoot/out/ --dfuse-address 0x08000000:force:mass-erase:leave -d 0483:df11 ~/klippy-env/bin/python ~/klipper/scripts/ can0 cd klipper make menuconfig make clean make python3 ~/CanBoot/scripts/ -i can0 -f /klipper/out/ -u MYUUID ~/klippy-env/bin/python ~/klipper/scripts/ can0 (´∀`)♡ As an Amazon Associate I earn from qualifying purchases: Buy now on Amazon: Subscribe To My 3d Printing Blog! : Lets Get Social! Facebook: Twitter: Instagram: Twitch: Time Stamps: 0:00 - Intro 1:07 - PCBWay 1:42 - Benefits Of Toolhead Boards 3:16 - A Brief On CAN Bus 3:49 - What Is Needed? 5:29 - Configuring CAN 11:15 - Wiring, Testing, And Flashing Over CAN 12:57 - Final Steps 12:57 - Final Steps 13:45 - Conclusion Music provided by Argofox: NEREUS - Lotus
Back to Top