Skip to main content

Methods for Installing Bed Probing Plugins

Installing 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 there are no errors, the installation is successful.

Loading...

Installing IDM or scanner

Pull IDM or scanner:

cd /data && git clone https://gitee.com/NBTP/IDM.git

Install IDM or scanner into Klipper:

cp /data/IDM/idm.py /data/klipper/klippy/extras/
cp /data/IDM/scanner.py /data/klipper/klippy/extras/

If there are no errors, the installation is successful.

Loading...

Installing Cartographer3D

Pull Cartographer3D:

cd /data && git clone https://github.com/Cartographer3D/cartographer-klipper.git

Install Cartographer3D into Klipper:

cp /data/cartographer-klipper/idm.py /data/klipper/klippy/extras/
cp /data/cartographer-klipper/scanner.py /data/klipper/klippy/extras/
cp /data/cartographer-klipper/cartographer.py /data/klipper/klippy/extras/

If there are no errors, the installation is successful.

Loading...

Installing BDsensor

Pull BDsensor:

cd /data && git clone https://github.com/markniu/Bed_Distance_sensor.git

Install BDsensor into Klipper:

cd /data/Bed_Distance_sensor/klipper
./install_BDsensor.sh

FAST System Notes

To maintain system stability, Klipper only uses the latest version available at the time of packaging. To use this plugin, execute the following command:

rm -rf /data/klipper
cd && git clone https://cnb.cool/3dmellow/public/klipper -b dev-flyos /data/klipper
Loading...