/klippain-shaketune-Multi-instance-Klipper

Klipper streamlined input shaper workflow and calibration tools

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Klippain Shake&Tune Module

This Klippain "Shake&Tune" repository is a standalone module from the Klippain ecosystem, designed to automate and calibrate the input shaper system on your Klipper 3D printer with a streamlined workflow and insightful vizualisations.

logo banner

I have moddified the installation script so it can be installed on a multiple klippers instances.

What you have to do is to update the install.sh script with your desired printer path:

USER_CONFIG_PATH="${HOME}/printer_data/config"
MOONRAKER_CONFIG="${HOME}/printer_data/config/moonraker.conf"
KLIPPER_PATH="${HOME}/klipper"

K_SHAKETUNE_PATH="${HOME}/printer_data/klippain_shaketune"
K_SHAKETUNE_VENV_PATH="${HOME}/printer_data/klippain_shaketune-env"