Skip to content

Releases: sameer/svg2gcode

CLI v0.0.18

Choose a tag to compare

@sameer sameer released this 04 Mar 04:24
  • Fixes #82
  • Fixes #77
  • Adds Apple Silicon builds for macOS

CLI v0.0.17

Choose a tag to compare

@sameer sameer released this 09 Sep 01:17

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

Choose a tag to compare

@sameer sameer released this 06 Aug 04:03
  • 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

Choose a tag to compare

@sameer sameer released this 08 Apr 04:12

Adds an option to support #51: newline before comment

CLI v0.0.11

Choose a tag to compare

@sameer sameer released this 08 Apr 03:32

Fixes #55: don't render defs

CLI v0.0.10

Choose a tag to compare

@sameer sameer released this 06 Apr 16:59

#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

Choose a tag to compare

@sameer sameer released this 29 Mar 17:28

CLI v0.0.8

Choose a tag to compare

@sameer sameer released this 15 Mar 02:07

Releasing v0.0.8 of the command line tools.

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