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

@@ -55,7 +55,7 @@ gcode:
RESPOND MSG="X axis frequency profile generation..."
RESPOND MSG="This may take some time (1-3min)"
{% endif %}
RUN_SHELL_COMMAND CMD=plot_graph PARAMS=SHAPER
RUN_SHELL_COMMAND CMD=shaketune PARAMS=SHAPER
{% endif %}
{% if Y %}
@@ -66,7 +66,7 @@ gcode:
RESPOND MSG="Y axis frequency profile generation..."
RESPOND MSG="This may take some time (1-3min)"
{% endif %}
RUN_SHELL_COMMAND CMD=plot_graph PARAMS=SHAPER
RUN_SHELL_COMMAND CMD=shaketune PARAMS=SHAPER
{% endif %}
@@ -88,7 +88,7 @@ gcode:
RESPOND MSG="Belts comparative frequency profile generation..."
RESPOND MSG="This may take some time (3-5min)"
{% endif %}
RUN_SHELL_COMMAND CMD=plot_graph PARAMS=BELTS
RUN_SHELL_COMMAND CMD=shaketune PARAMS=BELTS
[gcode_macro EXCITATE_AXIS_AT_FREQ]