Collection of files for building custom Voron 2.4 with a build volume of 350 mm x 350 mm x 930 mm (13.78 in x 13.78 in x 36.61 in) modified from the base LDO Voron 2.4 Kit.
-
Umbilical Mount (Choose One)
I mostly followed the steps outlined in this forum post to connect EBB directly to Octopus.
More specifically, I followed the guide this guide that was attached.
How to Use CAN Toolhead Boards Connected Directly to Octopus / Octopus Pro on CanBoot
- CanBoot has updated name to Katapult but instructions in manual should still work.
- If
can0
doesn't automatically show up inifconfig
so this command should solve that:sudo ip link set can0 up type can bitrate 250000 sudo ip link set can0 txqueuelen 128
- Make sure the high and low can wires are set correctly otherwise ebb will not show up properly.
- CANBus_Query.py not returning EBB36’s UUID. Setup: Pi 4, Octopus v1.1, EBB36 v1.2
- MCU timer too close error
- EBB_CAN
Dragon Burner V8 toolhead is used as the base for mounting an Orbiter F2.85 mm extruder and V6 All-Metal HotEnd.
- Some printed component will need some light sanding to fit together properly.
- Be gentle with the fan components, they can break easily.
- Make sure to calibrate E-steps as the default settings will most likely result in under-extrusion.
- Here's a good guide with instructions to calibrate E-steps
- General Formula:
new_rotation_distance = previous_rotation_distance * (actual_extrude_distance / 100)