Skip to content

Commit

Permalink
fixes klippy env path (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
krautech authored Dec 17, 2024
1 parent b3caa3b commit 0925988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Utils:
"KLIPPY_LOG": os.path.expanduser("~/printer_data/logs/klippy.log"),
"KATAPULT_DIR": os.path.expanduser("~/katapult"),
"KLIPPER": os.path.expanduser("~/klipper"),
"KLIPPY_ENV": os.path.expanduser("~/klippy_env"),
"KLIPPY_ENV": os.path.expanduser("~/klippy-env"),
"DEV_DIR": os.path.expanduser("/dev"),
}

Expand Down

0 comments on commit 0925988

Please sign in to comment.