now using a venv to run the scripts

This commit is contained in:
Félix Boisselier
2023-11-29 11:43:21 +01:00
parent a1e9269ba3
commit 43a205d036
9 changed files with 220 additions and 20 deletions

View File

@@ -168,7 +168,7 @@ gcode:
{% if verbose %}
RESPOND MSG="Graphs generation... Please wait a minute or two and look in the configured folder."
{% endif %}
RUN_SHELL_COMMAND CMD=plot_graph PARAMS="VIBRATIONS {direction}"
RUN_SHELL_COMMAND CMD=shaketune PARAMS="VIBRATIONS {direction}"
# Restore the previous acceleration values
SET_VELOCITY_LIMIT ACCEL={old_accel} ACCEL_TO_DECEL={old_accel_to_decel} SQUARE_CORNER_VELOCITY={old_sqv}