Update improved-shapers.cfg
This commit is contained in:
parent
fd26e47b01
commit
24df32d4fb
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,8 @@ gcode:
|
|||
{% if printer["configfile"].config["temperature_fan mcu_fan"] %}
|
||||
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=mcu_fan TARGET=50
|
||||
{% endif %}
|
||||
CXSAVE_CONFIG
|
||||
RESPOND TYPE=command MSG="Input Shaper Calibration complete!"
|
||||
SAVE_CONFIG
|
||||
|
||||
|
||||
[gcode_macro TEST_RESONANCES_GRAPHS]
|
||||
|
@ -65,6 +66,7 @@ gcode:
|
|||
{% if printer["configfile"].config["temperature_fan mcu_fan"] %}
|
||||
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=mcu_fan TARGET=50
|
||||
{% endif %}
|
||||
RESPOND TYPE=command MSG="Resonances Test complete!"
|
||||
|
||||
|
||||
[gcode_macro BELTS_SHAPER_CALIBRATION]
|
||||
|
@ -94,6 +96,7 @@ gcode:
|
|||
{% if printer["configfile"].config["temperature_fan mcu_fan"] %}
|
||||
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=mcu_fan TARGET=50
|
||||
{% endif %}
|
||||
RESPOND TYPE=command MSG="Belts Shaper Calibration complete!"
|
||||
|
||||
|
||||
[gcode_macro EXCITATE_AXIS_AT_FREQ]
|
||||
|
|
Loading…
Add table
Reference in a new issue