diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-14 13:41:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-30 12:25:50 -0400 |
commit | e34137582d4589c1cf3be2d2f59b060e053dac63 (patch) | |
tree | e248e0ffc0a14dfcf64fbbcf7ab6d90dd46ed950 /klippy/extras/resonance_tester.py | |
parent | dd95f80d9db4fd7944cbf50dda27e0be9ffead9e (diff) | |
download | kutter-e34137582d4589c1cf3be2d2f59b060e053dac63.tar.gz kutter-e34137582d4589c1cf3be2d2f59b060e053dac63.tar.xz kutter-e34137582d4589c1cf3be2d2f59b060e053dac63.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/resonance_tester.py')
-rw-r--r-- | klippy/extras/resonance_tester.py | 2 |
1 files changed, 0 insertions, 2 deletions
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: |