feat: add PrettyGCode for Klipper

This commit is contained in:
th33xitus
2021-08-10 12:25:05 +02:00
parent 39219c105e
commit 05842f8e1d
9 changed files with 117 additions and 9 deletions

View File

@@ -303,6 +303,13 @@ update_klipperscreen(){
start_klipperscreen
}
update_pgc_for_klipper(){
PGC_DIR="${HOME}/pgcode"
status_msg "Updating PrettyGCode for Klipper ..."
cd $PGC_DIR && git pull
ok_msg "Update complete!"
}
update_system(){
status_msg "Updating System ..."
sudo apt-get update && sudo apt-get upgrade -y