Skip to content

Commit

Permalink
Missing package for KlipperScreen, remove ina381.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 2, 2024
1 parent ae2e69c commit ea37791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion userpatches/overlay/install_components/klipper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ install_klipper(){
cd /home/debian
git clone https://github.com/Klipper3d/klipper
cp /tmp/overlay/klipper/install-recore.sh /home/debian/klipper/scripts/
cp /tmp/overlay/klipper/ina381.py /home/debian/klipper/klippy/extras/
cp /tmp/overlay/klipper/generic-recore-a6.cfg /home/debian/klipper/config/
cp /tmp/overlay/klipper/generic-recore-a7.cfg /home/debian/klipper/config/
cp /tmp/overlay/klipper/generic-recore-a8.cfg /home/debian/klipper/config/
Expand Down
1 change: 1 addition & 0 deletions userpatches/overlay/install_components/klipperscreen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
install_klipperscreen() {
echo "🍰 install KlipperScreen"
cd /home/debian
apt install python3.11-venv
git clone https://github.com/jordanruthe/KlipperScreen.git
chown -R debian:debian KlipperScreen
su -c "echo 'Y' | /home/debian/KlipperScreen/scripts/KlipperScreen-install.sh" debian
Expand Down

0 comments on commit ea37791

Please sign in to comment.