v2.4: update input_shaper things

This commit is contained in:
Konstantin Koslowski 2021-12-09 21:12:59 +01:00
parent ca8d2bec0e
commit 16a476294f
2 changed files with 11 additions and 8 deletions

View file

@ -1,8 +1,3 @@
# override printer
[printer]
max_accel: 10000
max_accel_to_decel: 5000
[mcu nano]
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
@ -38,3 +33,11 @@ accel_chip: adxl345
probe_points:
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