From 16a476294fab05213147b9b2e371bbf08f2a9678 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Thu, 9 Dec 2021 21:12:59 +0100 Subject: [PATCH] v2.4: update input_shaper things --- input_shaper.cfg | 6 +++--- resonance_test.cfg | 13 ++++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/input_shaper.cfg b/input_shaper.cfg index 27d5a2e..e8f55f3 100644 --- a/input_shaper.cfg +++ b/input_shaper.cfg @@ -4,9 +4,9 @@ # is mzv input shaper. # shaper_type: mzv shaper_type_x: mzv -shaper_freq_x: 52.8 -shaper_type_y: mzv -shaper_freq_y: 41.2 +shaper_freq_x: 53.0 +shaper_type_y: ei +shaper_freq_y: 53.4 # 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 # good all-round value for most printers. In most circumstances this diff --git a/resonance_test.cfg b/resonance_test.cfg index 733a8e6..da02f00 100644 --- a/resonance_test.cfg +++ b/resonance_test.cfg @@ -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