This commit is contained in:
Cyril 2024-06-10 10:19:45 +02:00
parent d64e4b3323
commit 8bd52223b1
5 changed files with 8 additions and 8 deletions

View file

@ -45,7 +45,7 @@ gcode:
SHAPER_CALIBRATE
M400
{% if printer["configfile"].config["temperature_fan soc_fan"] %}
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=50
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=45
{% endif %}
RUN_SHELL_COMMAND CMD=delete_csv
RESPOND TYPE=command MSG="Input Shaper Calibration complete!"
@ -78,7 +78,7 @@ gcode:
RUN_SHELL_COMMAND CMD=resonance_graph PARAMS="/tmp/resonances_y_y.csv -o {y_png}"
RESPOND TYPE=command MSG="Y Graph (resonances_y.png) is now available in /Helper-Script/improved-shapers folder."
{% if printer["configfile"].config["temperature_fan soc_fan"] %}
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=50
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=45
{% endif %}
RUN_SHELL_COMMAND CMD=delete_csv
RESPOND TYPE=command MSG="Resonances Test complete!"
@ -109,7 +109,7 @@ gcode:
RUN_SHELL_COMMAND CMD=belts_graph PARAMS="-w {png_width} -l {png_height} -n -o {png_out_path} -k /usr/share/klipper /tmp/raw_data_axis=1.000,-1.000_a.csv /tmp/raw_data_axis=1.000,1.000_b.csv"
RESPOND TYPE=command MSG="Graph (belts_calibration.png) is now available in /Helper-Script/improved-shapers folder."
{% if printer["configfile"].config["temperature_fan soc_fan"] %}
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=50
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=45
{% endif %}
RUN_SHELL_COMMAND CMD=delete_csv
RESPOND TYPE=command MSG="Belts Shaper Calibration complete!"