-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to setup the internal CAN interface? #1
Comments
Looks like there is a pull request but Kevin being Kevin has an issue with something stupid and its being held up. |
For now, you'll need to use the BTT klipper branch where it is supported until Kev upstreams it. Klipper3d/klipper#5981 |
The issue is that the files submitted in the PR Klipper3d/klipper#5981 , contain sections for a [tmc2240] module which does not exist in mainline klipper. Until btt submits this modile to add the functionality the PR will probably stay stale. Thanks |
The latest Klipper3d update allowed me to get CAN functioning. A setup guide in the manual would be helpful for those not familiar with using USB to CAN bridge mode. |
Hi @rclarke250 ! Can you help me with enabling the CAN Bus on the device? I'm struggling with it a bit. Thank you in advance, |
Sure what do you need help with? |
I was curious what you chose for the pins on katapult/Canboot. It looks like on the E3EZ it should be the PC12/PB13 but the only choice in Canboot is PD12/PD13 |
I didn't use Canboot. I just used Klipper make menuconfig...set the STM device to USB bridge mode, and set the pins for can, make and copied to a microsd after changing klipper.bin to firmware.bin and booting the machine. |
Do you use an EBB tool head? I setup the MCU for canbus but could not see the ebb42 I have. I could see the Manta no problem. And seemed quite easy to setup I followed this guide https://www.youtube.com/watch?v=EA-oBfenxAE&t=160s |
Yes, I actually have 2 EZ boards, one on an Ender 3 pro with CAN to an
EBB42, and another in an Artist-D pro running 2 EBB42 in Idex with BTT
H2's.
…On Sun, Aug 13, 2023, 7:05 AM Decapper ***@***.***> wrote:
I didn't use Canboot. I just used Klipper make menuconfig...set the STM
device to USB bridge mode, and set the pins for can, make and copied to a
microsd after changing klipper.bin to firmware.bin and booting the machine.
Do you use an EBB tool head? I setup the MCU for canbus but could not see
the ebb42 I have.
I followed this guide https://www.youtube.com/watch?v=EA-oBfenxAE&t=160s
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORZE7EVRQRU53WL5H2GICLXVCYJLANCNFSM6AAAAAAT5HJGA4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So do you use the following under make menuconfig? Also what baudrate do you use? 1000000? And do you have the 120omh pin shorted on both Manta and EBB42? thanks |
The Manta yes, USB-Canbus-PB12,PB13. |
Thank you. |
config says CAN bus (on PB12/PB13) and that is not a choice in make menuconfig. So how does one setup the internal CAN interface with a CB1 mounted on the board?
The text was updated successfully, but these errors were encountered: