Klipper configuration for my Voron 2.4 HighTower printer (350x350x420)
* banana for reference
I'm running klipper firmware on a RaspberryPi4 connected via usb to two SKR 1.4 turbo board.
The process is pretty straight-forward: run the klipper dependencies installer, compile the firmware and flash it on the board. Install an octoprint plugin. It's done :)
Please refer to the offical documentation for details.
At the moment I checked out this repository in my home directory and added a static printer.cfg
just to include these files.
git clone https://github.com/rpanfili/voron-ht.git ~/voron-ht
echo "[include ./voron-ht/printer.cfg]" > ~/printer.cfg
This project, even if personal, it's meant open so feel free to contribute! These are the contribution guidelines.