viesturz / klipper-toolchanger

Toolcahnging extension for Klipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
install_script: install.sh

Add the macros.cfg to your printer config.

Components

About

Toolcahnging extension for Klipper

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:Shell 2.1%