Skip to content

Releases: sameer/svg2gcode

CLI v0.0.17

09 Sep 01:17
Compare
Choose a tag to compare

Since v0.0.14:

  • Don't render symbol or marker 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

06 Aug 04:03
Compare
Choose a tag to compare
  • 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 insert M2 in the program end sequence.

CLI v0.0.12

08 Apr 04:12
Compare
Choose a tag to compare

Adds an option to support #51: newline before comment

CLI v0.0.11

08 Apr 03:32
Compare
Choose a tag to compare

Fixes #55: don't render defs

CLI v0.0.10

06 Apr 16:59
Compare
Choose a tag to compare

#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

29 Mar 17:28
Compare
Choose a tag to compare

CLI v0.0.8

15 Mar 02:07
Compare
Choose a tag to compare

Releasing v0.0.8 of the command line tools.

This overhauls the coordinate system to follow the SVG specification much more closely.