darkseed / Voron-Klipper-Common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voron-Klipper-Macros

The Conglomerate

Common klipper configs, macros, and scripts for Voron printers.

Table of Contents

(!) = has important warning

Change Log

Changes will be noted here by date, title if needed, files changed, summary of changes.

Note: only changes of signifigance will be added.

  • 2021-XX-XX: (v1.0) The One Where It All Began.

Install

> ssh <yourpiaddress>
> git clone https://github.com/The-Conglomerate/Voron-Klipper-Common.git
> cd ~/Voron-Klipper-Common
> ./install.sh

Modify your printer.cfg to load config, the common macros, then your custom macros. This will allow you to override any config or macro if you choose.

...

[include configs/common/*.cfg] # Load common configs first
[include configs/*.cfg]
[include macros/common/*.cfg] # Load common macros first
[include macros/*.cfg]
[include printer_variable.cfg]

...

Moonraker Updater

Modify your moonraker.cfg to be notified of updates and install them via view you Web UI.

[update_manager voron-klipper-common]
type: git_repo
path: /home/pi/Voron-Klipper-Common
primary_branch: main
origin: https://github.com/The-Conglomerate/Voron-Klipper-Common.git
install_script: /home/pi/Voron-Klipper-Common/install.sh
is_system_service: False

Usage

Credits

About

License:Apache License 2.0


Languages

Language:Shell 100.0%