Installing the klipper-toolchanger Plugin
Installing tapchanger
cd /data
git clone https://github.com/viesturz/tapchanger.git --no-checkout --depth 1 --filter=blob:none
cd tapchanger
git sparse-checkout init --cone
git sparse-checkout set Klipper
git checkout
ln -s /data/tapchanger/Klipper/config-example /usr/share/printer_data/config/tapchanger
Installing klipper-toolchanger
git clone https://github.com/viesturz/klipper-toolchanger.git /data/klipper-toolchanger
cp -ri /data/klipper-toolchanger/klipper/extras/* /data/klipper/klippy/extras/
FAST System Instructions
To maintain stability, the system uses only the latest version of Klipper from the time of packaging. If you need to use this plugin, execute the following commands:
rm -rf /data/klipper
cd && git clone https://cnb.cool/3dmellow/public/klipper -b dev-flyos /data/klipper
cp -ri /data/klipper-toolchanger/klipper/extras/* /data/klipper/klippy/extras/
Loading...