How reference a canboard?

Basic Information:

Printer Model: Ratrig Vcore3
MCU / Printerboard: Octopus pro + EBB42(by can)
klippy.log
klippy.log (222.6 KB)

Fill out above information and in all cases attach your klippy.log file. Pasting your printer.cfg is not needed

Describe your issue:

After some time and with the help of the forum users, I managed to install an EBB42 by CAN…

Now the next step, the configuration.

Before, when I had an SHT42 installed, and I wanted to refer to something connected to that board, I indicated it like this:

SHT42:pinx …

but the name SHT42 sounds like I chose it when I compiled the firmware with make menuconfig

But I don’t think I’ve seen any similar option, when you select that the connection is by CAN…

So the question is:

How do I refer to what I plug into the EBB42?

think i have it…

in start of config file of ebb

[mcu EBB42] #this is the name for reference in config
canbus_uuid: xxxxxxx # here the uuid find before

You can find the base configuration here.
EBB42 V1.0
EBB42 V1.1
EBB42 V1.2

Just add the include reference to the EBB42 configuration in your printer.cfg, just comment out the same sections in your printer.cfg that are provided in the EBB configuration.

If you need a very good pinout, you can find mine here

1 Like