Releases: winder/Universal-G-Code-Sender
Releases · winder/Universal-G-Code-Sender
v1.0.7
Changelog
1.0.6 -> 1.0.7
- Many improvements to code architecture to allow future support for multiple firmwares (TinyG, Marlin, Smoothie, etc).
- New menu bar! Now new features can be added and existing features are more configurable.
- Additional on-the-fly gcode command preprocessing:
- - truncate and round long decimals to configurable length.
- - enforce max command length.
- - remove whitespaces.
- - expand small arcs to G1 commands.
- New option to save preprocessed gcode file to a file.
- Visualizer navigation controls - pan and zoom with the mouse wheel. (michmerr)
- Visualizer Support for radius arcs (phlatboyz sketchup plugin gcode now displays correctly)
- New single-step mode.
- New colored status indicator.
- Many bugfixes, thanks to UGS contributors