We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4b6be commit fdfd262Copy full SHA for fdfd262
1 file changed
docs/_templates/tool_examples.md
@@ -126,10 +126,12 @@
126
gcode_z_offset: 0 # The Z-Axis offset of the nozzle's orifice in relation to tool 0
127
128
# Results from input shaper
129
+ params_input_shaper_freq_x: 0.1
130
params_input_shaper_type_x: 'mzv'
- params_input_shaper_freq_x: 52
131
+ params_input_shaper_damping_ratio_x: 0.1
132
+ params_input_shaper_freq_y: 0.1
133
params_input_shaper_type_y: 'mzv'
- params_input_shaper_freq_y: 37.2
134
+ params_input_shaper_damping_ratio_y: 0.1
135
{% if version == "TAP" %}
136
# change the tool_probe section name to the tool you are configuring:
137
# T0, T1, etc.
0 commit comments