v1.2.0
What's Changed
- Fixed a bug that occasionally produced irrelevant graphs. This issue was caused by asynchronous file operations on low-performing filesystems, which sometimes led to corrupted CSV files. Now, the system ensures that file operations are completed before using the CSV files for graph generation.
- Enhanced documentation user experience by introducing clickable image links. These links provide quick navigation to the corresponding sections of the documentation.
- Introduced an
ACCEL
parameter for vibration measurements with a proper default value. This allows users to set a specific acceleration value if needed (but most of the time this doesn't need to be changed). Be careful: using printer maximum acceleration on very dynamic printers may result in irrelevant readings due to toolhead oscillations at corners and you should use a low value instead. Note: the acceleration is restored to the previous setting at the end of the test. - Improved the axis selection functionality in the
EXCITATE_AXIS_AT_FREQ
macro. It now allows for more straightforward selection of X, Y axes or A, B belts.
New Contributors
Full Changelog: v1.1.2...v1.2