Voron 2.4 Canbus Build: Difference between revisions

Line 16: Line 16:


# Install [https://github.com/dw-0/kiauh KIAUH] (cannot install as root)
# Install [https://github.com/dw-0/kiauh KIAUH] (cannot install as root)
#* sudo apt-get update && sudo apt-get install git -y
<syntaxhighlight lang="bash" line>
#* cd ~ && git clone https://github.com/dw-0/kiauh.git
sudo apt-get update && sudo apt-get install git -y
#* ./kiauh/kiauh.sh
cd ~ && git clone https://github.com/dw-0/kiauh.git
#* Follow prompts to install various components
./kiauh/kiauh.sh
</syntaxhighlight>
 
Follow prompts to install various components


== Configure Klipper ==
== Configure Klipper ==

Revision as of 19:00, 1 January 2026

Hardware

OS Install

Download and install the base Klipper kernel

  1. See [1] for the BTT Pi 1 image
  2. Find the pi on the network and login to pi as root/root

Install Klipper, Moonraker and Mainsail

  1. 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

Configure Klipper

See https://docs.vorondesign.com/build/software/octopus_klipper.html

cd ~/klipper
make menuconfig
# Enable extra low-level configuration options
#  Micro-controller Architecture (STMicroelectronics STM32)  --->
#  Processor model (STM32F446)  --->
#  Bootloader offset (32KiB bootloader)  --->
#  Clock Reference (12 MHz crystal)  --->
make
  1. Install firmeware to Octopus from file created at out/klipper.bin:
    • Over USB from PI via DFU
    • From memory card (recommended)
  2. Install printer.cfg from