New Features
- Add enhanced statistics to the Octoprint file metadata, including a visualization of the data in the Arc Welder tab. The statistics will display after a file is finished processing, after a processed file is selected, or when a user clicks on the icon in the file manager.
- Add support for the Cura Thumbnails plugin by jneilliii.
- Add support for the PrusaSlicer Thumbnails plugin by jneilliii.
Enhancements
- Increased compiler compatibility for the PyArcWelder python extension.
- Improve case preservation for GCodes not altered by Arc Welder. Should solve #32, #27, #22
Bug Fixes
- Fix X/Y offset issue that was causing incorrect G2/G3 coordinates when G92 is used to offset the x or y axis. Solves part of #35 (the second issue)
Known Issues
- There are problems compiling for some flavors of Linux and Max OS.
- It is possible for a race condition to prevent proper thumbnail extraction, but this should only be possible for the smallest gcode files.