Voron 2.4 Canbus Build: Difference between revisions

No edit summary
No edit summary
Line 15: Line 15:
#* ./kiauh/kiauh.sh
#* ./kiauh/kiauh.sh
#* Follow prompts to install various components
#* Follow prompts to install various components
# Configure Klipper
# Configure Klipper (see https://docs.vorondesign.com/build/software/octopus_klipper.html)
#* cd ~/klipper
#* cd ~/klipper
#* make menuconfig
#* make menuconfig
Line 25: Line 25:
#* make
#* make
#* Install firmeware to Octopus from file created at out/klipper.bin (this can be done using DFU or card (recommended))
#* Install firmeware to Octopus from file created at out/klipper.bin (this can be done using DFU or card (recommended))
#* Install printer.cfg from

Revision as of 00:06, 1 January 2026

Hardware

OS Install

  1. Download and install the base Klipper kernel from [1] for the BTT Pi
  2. Find the pi on the network and login to pi as root/root
  3. Install KIAUH (cannot install as root)
  4. 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
    • Install firmeware to Octopus from file created at out/klipper.bin (this can be done using DFU or card (recommended))
    • Install printer.cfg from