Voron 2.4 Canbus Build: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
* [https://github.com/bigtreetech/EBB/tree/master/EBB_SB2209_USB BigTreeTech SB2209 CAN/USB for Voron Stealthburner] | * [https://github.com/bigtreetech/EBB/tree/master/EBB_SB2209_USB BigTreeTech SB2209 CAN/USB for Voron Stealthburner] | ||
* [https://github.com/VoronDesign/Voron-Tap Voron Tap R8 Probe Kit] | * [https://github.com/VoronDesign/Voron-Tap Voron Tap R8 Probe Kit] | ||
= OS Install = | |||
# Download and install the base Klipper kernel from [https://github.com/bigtreetech/CB1/releases] for the BTT Pi | |||
# Find the pi on the network and login to pi as root/root | |||
# Install [https://github.com/dw-0/kiauh KIAUH] (cannot install as root) | |||
#* sudo apt-get update && sudo apt-get install git -y | |||
#* cd ~ && git clone https://github.com/dw-0/kiauh.git | |||
#* ./kiauh/kiauh.sh | |||
#* Follow prompts to install various components | |||
Revision as of 23:21, 31 December 2025
Hardware
- BigTreeTech Octopus Pro 1.1
- BigTreeTech BTT Pi v 1.2.1 (Klipper)
- BigTreeTech SB2209 CAN/USB for Voron Stealthburner
- Voron Tap R8 Probe Kit
OS Install
- Download and install the base Klipper kernel from [1] for the BTT Pi
- Find the pi on the network and login to pi as root/root
- Install KIAUH (cannot install as root)
- sudo apt-get update && sudo apt-get install git -y
- cd ~ && git clone https://github.com/dw-0/kiauh.git
- ./kiauh/kiauh.sh
- Follow prompts to install various components