Svg2gcode Versions Save

Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines

cli-v0.0.12

1 month ago

Adds an option to support #51: newline before comment

cli-v0.0.11

1 month ago

Fixes #55: don't render defs

cli-v0.0.10

1 month ago

#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

1 month ago
  • Fixes #54

cli-v0.0.8

1 month ago

Releasing v0.0.8 of the command line tools.

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

v0.0.8

3 months ago

There are no new features since the last release, but dependency crates were updated. These changes can affect the g-code output though everything should still be within tolerances.

v0.0.7

11 months ago

Creating this release to generate a new version of the CLI binary.

  • Added polyline support (#32)
  • Update dependencies (#33)
  • Fix cli args bug (225098085bbc860914adce3fd359c277bbc217d7)
  • Line number and checksum generation options (#36)
  • Don't draw hidden elements (#24)
  • Fix wacky origin setting behavior (#23)

v0.0.6

2 years ago

Support settings import/export in JSON format.

v0.0.5

2 years ago