v2.4: update input_shaper things
This commit is contained in:
parent
ca8d2bec0e
commit
16a476294f
2 changed files with 11 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
||||||
# is mzv input shaper.
|
# is mzv input shaper.
|
||||||
# shaper_type: mzv
|
# shaper_type: mzv
|
||||||
shaper_type_x: mzv
|
shaper_type_x: mzv
|
||||||
shaper_freq_x: 52.8
|
shaper_freq_x: 53.0
|
||||||
shaper_type_y: mzv
|
shaper_type_y: ei
|
||||||
shaper_freq_y: 41.2
|
shaper_freq_y: 53.4
|
||||||
# Damping ratios of vibrations of X and Y axes used by input shapers
|
# Damping ratios of vibrations of X and Y axes used by input shapers
|
||||||
# to improve vibration suppression. Default value is 0.1 which is a
|
# to improve vibration suppression. Default value is 0.1 which is a
|
||||||
# good all-round value for most printers. In most circumstances this
|
# good all-round value for most printers. In most circumstances this
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# override printer
|
|
||||||
[printer]
|
|
||||||
max_accel: 10000
|
|
||||||
max_accel_to_decel: 5000
|
|
||||||
|
|
||||||
[mcu nano]
|
[mcu nano]
|
||||||
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||||||
|
|
||||||
|
@ -38,3 +33,11 @@ accel_chip: adxl345
|
||||||
probe_points:
|
probe_points:
|
||||||
150,150,20 # an example
|
150,150,20 # an example
|
||||||
|
|
||||||
|
|
||||||
|
[gcode_macro TR]
|
||||||
|
gcode:
|
||||||
|
{% if not "xyz" in printer.toolhead.homed_axes %}
|
||||||
|
G28
|
||||||
|
{% endif %}
|
||||||
|
TEST_RESONANCES AXIS=X
|
||||||
|
TEST_RESONANCES AXIS=Y
|
||||||
|
|
Loading…
Reference in a new issue