DraftShift / klipper-toolchanger

Tool changing extension for Klipper
GNU General Public License v3.0
12 stars 5 forks source link

WIP NOT FOR GENERAL USE

klipper-toolchanger

Discord        GitHub Sponsors

Based on Viesturz's work on klipper-toolchanger

Tool changing extension for Klipper.

Klipper Compat Version

Installation

NOTE: python 3.9+ is required for this mod, make sure your klipper install is using python 3.9+, otherwise you need to reinstall klipper with python 3.9+ before you continue

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/Stealthchanger/klipper-toolchanger/main/scripts/install.sh | bash

Add to printer.cfg in this order

tool configs one per tool, 2 examples to follow, they do not need to be names AVR

usermacros and extra-macro-examples are a good start for user macros and can be modified. Make sure to keep the _TOOL and _TOOLCHANGER macros in the right macros as they add special features.

Optional leds is based on the offical StealthBurner leds and converted to multi tool aware

Optional for calibration ball probe or modified sexcbolt

PRINT_START slicer info

Make sure that safe_z_home is not defined as homing needs to be overridden in toolchanger-homing.cfg

If you choose to not use toolchanger-extra-macro-examples.cfg please make sure to use the _TOOLCHANGER_PRINT_START_START and _TOOLCHANGER_PRINT_START_END in your PRINT_START macro, also _TOOLCHANGER_PRINT_END_START and _TOOLCHANGER_PRINT_END_END in your PRINT_END macro. These are important to initialize the toolchanger as well as special protection calls.

Components