From 165d2fc2281798452c3f192b58fd2712e84bf1dd Mon Sep 17 00:00:00 2001 From: Dmitry Butyugin Date: Sat, 3 Apr 2021 23:45:42 +0200 Subject: resonance_tester: Fixed multi-point resonance testing Signed-off-by: Dmitry Butyugin --- klippy/extras/shaper_calibrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/shaper_calibrate.py') diff --git a/klippy/extras/shaper_calibrate.py b/klippy/extras/shaper_calibrate.py index 71e5e489..3c6065de 100644 --- a/klippy/extras/shaper_calibrate.py +++ b/klippy/extras/shaper_calibrate.py @@ -142,7 +142,7 @@ class CalibrationData: self._psd_map = {'x': self.psd_x, 'y': self.psd_y, 'z': self.psd_z, 'all': self.psd_sum} self.data_sets = 1 - def join(self, other): + def add_data(self, other): np = self.numpy joined_data_sets = self.data_sets + other.data_sets for psd, other_psd in zip(self._psd_list, other._psd_list): -- cgit v1.2.3-70-g09d2