Voron 2.4 Canbus Build: Difference between revisions

Line 31: Line 31:
#**  Bootloader offset (32KiB bootloader)  --->
#**  Bootloader offset (32KiB bootloader)  --->
#**  Clock Reference (12 MHz crystal)  --->
#**  Clock Reference (12 MHz crystal)  --->
#* 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
# Install printer.cfg from

Revision as of 18:39, 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)

Configure Klipper

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

  1. cd ~/klipper
  2. 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) --->
  3. make
  4. Install firmeware to Octopus from file created at out/klipper.bin (this can be done using DFU or card (recommended))
  5. Install printer.cfg from