Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

Voron HT

Klipper configuration for my Voron 2.4 HighTower printer (350x350x420)

Voron printer with a Gnome

* banana for reference

Setup

I'm running klipper firmware on a RaspberryPi4 connected via usb to two SKR 1.4 turbo board.

Klipper and Octoprint

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.

How to load klipper configuration

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

Contributing

This project, even if personal, it's meant open so feel free to contribute! These are the contribution guidelines.