From e34137582d4589c1cf3be2d2f59b060e053dac63 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 14 Aug 2021 13:41:12 -0400 Subject: adxl345: Implement timing via new adxl345_status messages Query the adxl345 message counter every 100ms so that accurate timing can be obtained during measurements. This allows the adxl345 data to be exported with timestamps while captures are running. Signed-off-by: Kevin O'Connor --- klippy/extras/resonance_tester.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'klippy/extras/resonance_tester.py') diff --git a/klippy/extras/resonance_tester.py b/klippy/extras/resonance_tester.py index eaa49db3..f66e229c 100644 --- a/klippy/extras/resonance_tester.py +++ b/klippy/extras/resonance_tester.py @@ -181,8 +181,6 @@ class ResonanceTester: gcmd.respond_info( "Writing raw accelerometer data to " "%s file" % (raw_name,)) - gcmd.respond_info("%s-axis accelerometer stats: %s" % ( - chip_axis, aclient.get_stats(),)) if helper is None: continue for chip_axis, chip_values in raw_values: -- cgit v1.2.3-70-g09d2