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

2
.gitignore vendored
View File

@@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
test/

View File

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

View File

@@ -1,5 +1,5 @@
[gcode_shell_command shaketune]
command: ~/printer_data/config/K-ShakeTune/scripts/shaketune.sh
command: ~/printer_data/config/K-ShakeTune/shaketune.sh
timeout: 600.0
verbose: True

View File

Before

Width:  |  Height:  |  Size: 607 KiB

After

Width:  |  Height:  |  Size: 607 KiB