refactor(klipper.sh): several improvements

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-06 12:58:27 +02:00
parent 93c1d04912
commit bb95c0b727
2 changed files with 73 additions and 73 deletions

View File

@@ -34,6 +34,7 @@ function set_globals(){
KLIPPY_ENV="${HOME}/klippy-env"
KLIPPER_DIR="${HOME}/klipper"
KLIPPER_REPO="https://github.com/Klipper3d/klipper.git"
KLIPPER_LOGS="${HOME}/klipper_logs"
KLIPPER_CONFIG="$(get_klipper_cfg_dir)" # default: ${HOME}/klipper_config
#================= MOONRAKER ==================#