Skip to content

Commit fdfd262

Browse files
committed
Add shaper type and damping ratio parameters in tool examples
1 parent ca4b6be commit fdfd262

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/_templates/tool_examples.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,12 @@
126126
gcode_z_offset: 0 # The Z-Axis offset of the nozzle's orifice in relation to tool 0
127127

128128
# Results from input shaper
129+
params_input_shaper_freq_x: 0.1
129130
params_input_shaper_type_x: 'mzv'
130-
params_input_shaper_freq_x: 52
131+
params_input_shaper_damping_ratio_x: 0.1
132+
params_input_shaper_freq_y: 0.1
131133
params_input_shaper_type_y: 'mzv'
132-
params_input_shaper_freq_y: 37.2
134+
params_input_shaper_damping_ratio_y: 0.1
133135
{% if version == "TAP" %}
134136
# change the tool_probe section name to the tool you are configuring:
135137
# T0, T1, etc.

0 commit comments

Comments
 (0)