Update improved-shapers.cfg
This commit is contained in:
parent
cb8fa357d6
commit
c41d170cdb
1 changed files with 3 additions and 3 deletions
|
@ -70,13 +70,13 @@ gcode:
|
|||
M400
|
||||
RESPOND TYPE=command MSG="Generating X Graph... This may take some time."
|
||||
RUN_SHELL_COMMAND CMD=resonance_graph PARAMS="/tmp/resonances_x_x.csv -o {x_png}"
|
||||
RESPOND TYPE=command MSG="X Graph (resonances_x.png) is now available in /Helper-Script/improved-shapers folder."
|
||||
RESPOND TYPE=command MSG="X Graph is now available at {x_png}."
|
||||
RESPOND TYPE=command MSG="Testing Y Resonances..."
|
||||
TEST_RESONANCES AXIS=Y NAME=y
|
||||
M400
|
||||
RESPOND TYPE=command MSG="Generating Y Graph... This may take some time."
|
||||
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."
|
||||
RESPOND TYPE=command MSG="Y Graph is now available at {y_png}."
|
||||
{% if printer["configfile"].config["temperature_fan soc_fan"] %}
|
||||
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=45
|
||||
{% endif %}
|
||||
|
@ -107,7 +107,7 @@ gcode:
|
|||
M400
|
||||
RESPOND TYPE=command MSG="Generating Belts Frequency Profiles Graph... This may take some time."
|
||||
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."
|
||||
RESPOND TYPE=command MSG="Belts Graph is now available at {png_out_path}."
|
||||
{% if printer["configfile"].config["temperature_fan soc_fan"] %}
|
||||
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=soc_fan TARGET=45
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue