Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpanfili/voron-ht
Klipper configuration for my Voron 2.4
https://github.com/rpanfili/voron-ht
3d-printers 3d-printing firmware klipper klipper-configuration voron vorondesign
Last synced: 8 days ago
JSON representation
Klipper configuration for my Voron 2.4
- Host: GitHub
- URL: https://github.com/rpanfili/voron-ht
- Owner: rpanfili
- Created: 2020-12-18T15:07:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T14:49:21.000Z (over 1 year ago)
- Last Synced: 2024-08-03T15:05:10.492Z (4 months ago)
- Topics: 3d-printers, 3d-printing, firmware, klipper, klipper-configuration, voron, vorondesign
- Language: Makefile
- Homepage:
- Size: 160 KB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-voron - rpanfili's V2.4 Hightower Configs
README
# Voron HT
Klipper configuration for my Voron 2.4 HighTower printer (350x350x420)![Voron printer with a Gnome](resources/voron-gnome.jpg)
_* banana for reference_
## Setup
I'm running [klipper firmware](https://github.com/KevinOConnor/klipper) 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](https://www.klipper3d.org/Overview.html) 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.
```bash
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](CONTRIBUTING.md).