Skip to content

viesturz/klipper-toolchanger

Repository files navigation

klipper-toolchanger

An assortment of Klipper extensions that I have made while working on Tapchanger

Installation

To install this plugin, run the installation script using the following command over SSH. This script will download this GitHub repository to your RaspberryPi home directory, and symlink the files in the Klipper extra folder.

wget -O - https://raw.githubusercontent.com/viesturz/klipper-toolchanger/main/install.sh | bash

Then, add the following to your moonraker.conf to enable automatic updates:

[update_manager klipper-toolchanger]
type: git_repo
channel: dev
path: ~/klipper-toolchanger
origin: https://github.com/viesturz/klipper-toolchanger.git
managed_services: klipper
primary_branch: main

Add the macros.cfg to your printer config.

Updates that add new files

Note that if an update has new klipper files, they will not be automatically installed into Klipper. You will need to run the intall script manualy to add them:

bash ~/klipper-toolchanger/install.sh

Components

About

Toolcahnging extension for Klipper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published