refactor: use service specific directories in templates (#355)

This commit is contained in:
phizev
2023-06-17 18:22:16 +02:00
committed by GitHub
parent 8eb2924832
commit 345b7b66a3
9 changed files with 12 additions and 12 deletions

View File

@@ -1 +1 @@
KLIPPER_ARGS="/home/%USER%/klipper/klippy/klippy.py %CFG% -I %PRINTER% -l %LOG% -a %UDS%"
KLIPPER_ARGS="%KLIPPER_DIR%/klippy/klippy.py %CFG% -I %PRINTER% -l %LOG% -a %UDS%"