changed repo architecture to decouple python and Klipper macros
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -158,3 +158,5 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# 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.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
test/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source ~/klippain_shaketune-env/bin/activate
|
source ~/klippain_shaketune-env/bin/activate
|
||||||
python ~/klippain_shaketune/K-ShakeTune/scripts/is_workflow.py "$@"
|
python ~/klippain_shaketune/src/is_workflow.py "$@"
|
||||||
deactivate
|
deactivate
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
[gcode_shell_command shaketune]
|
[gcode_shell_command shaketune]
|
||||||
command: ~/printer_data/config/K-ShakeTune/scripts/shaketune.sh
|
command: ~/printer_data/config/K-ShakeTune/shaketune.sh
|
||||||
timeout: 600.0
|
timeout: 600.0
|
||||||
verbose: True
|
verbose: True
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 607 KiB After Width: | Height: | Size: 607 KiB |
Reference in New Issue
Block a user