Skip to content

Commit

Permalink
kamp patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rootiest committed Jul 8, 2023
1 parent 9d2c09d commit a162139
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/kamp_patch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
# This script is used to patch the stock Klipper install with the KAMP fork
cd ~
git clone -b for/master/adaptive_bed_mesh https://github.com/voidtrance/klipper.git kamp-klipper
cd kamp-klipper
mkdir ~/stock_klipper_files
mv ~/klipper/klippy/extras/bed_mesh.py ~/stock_klipper_files/bed_mesh.py
cd ~/kamp_klipper
ln -sr klippy/extras/bed_mesh.py ~/klipper/klippy/extras/

0 comments on commit a162139

Please sign in to comment.