changed repo architecture to decouple python and Klipper macros

This commit is contained in:
Félix Boisselier
2024-04-13 12:40:58 +02:00
parent 24fb5398c8
commit 8336b62f97
11 changed files with 4 additions and 2 deletions

5
K-ShakeTune/shaketune.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
source ~/klippain_shaketune-env/bin/activate
python ~/klippain_shaketune/src/is_workflow.py "$@"
deactivate