Plugin Installation
Notes
- This is a reference method
- This tutorial provides how to install kalico and beacon
Install Kalico
- Backup
Klipper
mv /data/klipper /data/klipper_old
- Pull
kalico
git clone https://github.com/KalicoCrew/kalico.git /data/klipper
- Restart Klipper
sudo systemctl restart klipper

Restoration Method
mv /data/klipper_old /data/klipper
Install Beacon
- Pull
beacon
cd /data && git clone https://github.com/beacon3d/beacon_klipper.git
- Install
beacon
into klipper
cp /data/beacon_klipper/beacon.py /data/klipper/klippy/extras/
- If no error occurs, it means the installation is successful
- Install
scipy
pip install scipy>=1.2.3
- Ignore the yellow prompt
Install IDM
or scanner
- Pull
IDM
orscanner
cd /data && git clone https://gitee.com/NBTP/IDM.git
- Install
IDM
orscanner
into klipper
cp /data/IDM/idm.py /data/klipper/klippy/extras/ && cp /data/IDM/scanner.py /data/klipper/klippy/extras/
- If no error occurs, it means the installation is successful
- Install
scipy
pip install scipy>=1.2.3
- Ignore the yellow prompt
Loading...