Basic Information:
Printer Model: Voron 2.4 pro+ 2025 formbot kit
MCU / Printerboard: Manta MP8 V2 with can EBB 2209 RP2040
Host / SBC: CB1
klippy (5).log (711.9 KB)
Describe your issue:
Hello, I’m Tony and I’m building a Voron 2.4 from the [formbot kit (2025) with the EBB 2209 (RP2040) with the Tap mod.
Now I am having some trouble, for context I have 2 ender 3s that run klipper and a Voron 0.2r2.
For the most part I have bumbled my way though the klipper software just enough to get it working, Software is not my strong suit by any means, I enjoy the prosses of actual building the printers way more. So I don’t really have a good understanding about what is happening, but im trying to learn.
I have put the latest version of klipper on my CB1 and then l flashed both my Manta and my EBB 2209, with klipper and katapult. I had some trouble and spent about 8 hours trying to get them to work, but I did end up getting both to come up with the right stuff when I was SSH’ed in to them over Putty. My can network is up and I can see both boards, I have UUID’s and everything.
So I moved on to the config files in klipper, I frankensteined together a config from Voron’s Git, BigTreeTech’s Git, and the Voron Tap page. I have been working my way though the errors as they popped up until I got here, I’m getting no MCU serial path, I have gotten them on my enders and other voron using the /dev/serial/by-id, but this will not work on my current setup, it says there is no directory for it. I’ve looked around on forums and guides but either no one is using the same configuration as I am, or they skip over it, or I don’t understand what they are saying.
My UUID’s that came back for my EBBcan network are
MP8 UUIP: 46e3dab1c150
rp240 UUID: abc9f181d49c
when I lsusb I do see my can Bridge device (manta MP8) that I set up and it has an id. but it will not except that on the serial line under MCU. it will instantly flash an error.
biqu@bigtreetech-cb1:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 1d50:606f OpenMoko, Inc. Geschwister Schneider CAN adapter
Bus 002 Device 003: ID 04d9:8030 Holtek Semiconductor, Inc. BTT-HDMI5
Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Now that I have power cycled my Voron, I run
~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0
And now I get:
Total 0 uuids found
As to before I would get both UUIDs Displayed. so I’m not sure what went wrong, even when i shut down klipper with the sudo service klipper stop
and then run it, still nothing, I tried sudo service klipper start
and nothing changed either.
My klipper screen says moonraker is up but not klipper.
Also I have no idea if I set up Tap correctly. I couldn’t find any tutorials for it using my hardware set ups.
and if this seems like a total waist of time then can you point me in the direction of a good umbilical cord setup not using can? any help would be appreciated, This is Day 4 working on this.
I’ll be happy to provide any other information you need to help me. 1000$ for a 3d printer is no small amount of money and I would love for this to Work instead of taking up space on my bedroom floor.
…