Merge remote-tracking branch 'origin/master' into kiauh-rework

This commit is contained in:
th33xitus
2021-01-25 19:01:55 +01:00
9 changed files with 11 additions and 17 deletions

6
scripts/install_klipperscreen.sh Normal file → Executable file
View File

@@ -30,7 +30,11 @@ python3_check(){
}
system_check_klipperscreen(){
[ ! -e $klipper_cfg_loc/KlipperScreen.log ] && KLIPPERSCREEN_SL_FOUND="false"
if [ ! -e ${HOME}/klipper_config/KlipperScreen.log ]; then
KLIPPERSCREEN_SL_FOUND="false"
else
KLIPPERSCREEN_SL_FOUND="true"
fi
}
get_user_selections_klipperscreen(){