Releases: sameer/svg2gcode
Releases · sameer/svg2gcode
CLI v0.0.17
Since v0.0.14:
- Don't render
symbol
ormarker
elements (b2629e4) - Fix incorrect units for the origin override flag (e50e42b)
- Support g-code flag syntax (80820c3)
- Update the CLI parser library to fix #59
Note: if you saw this release twice, sorry for the second notification. A macOS issue required this release to be re-published.
CLI v0.0.14
- Fixes #59
- Adds support for #58
- Settings JSON will now have a version field moving forward.
- M2 is no longer automatically added at the end of g-code output.
- If you use an external settings file, the previous behavior is kept. To get the new behavior, you can re-export your settings:
svg2gcode --settings settings.json --export settings_new.json
. This will add a version field and insertM2
in the program end sequence.
- If you use an external settings file, the previous behavior is kept. To get the new behavior, you can re-export your settings:
CLI v0.0.12
Adds an option to support #51: newline before comment
CLI v0.0.11
CLI v0.0.10
#38: Adds support for additional SVG shapes (rectangles, ellipses, circles and lines). Previously, these would not render and needed to be converted to paths with Inkscape's object to path
.
CLI v0.0.9
- Fixes #54
CLI v0.0.8
Releasing v0.0.8 of the command line tools.
This overhauls the coordinate system to follow the SVG specification much more closely.