Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/em/svg2gcode

Convert SVG to Gcode
https://github.com/em/svg2gcode

Last synced: 2 months ago
JSON representation

Convert SVG to Gcode

Lists

README

        

svg2gcode
========
A command line utility for converting SVG to Gcode using [Gcanvas](https://github.com/em/gcanvas) and [canvg](https://code.google.com/p/canvg/).

### Installation
First make sure you have [nodejs](http://nodejs.org) installed.
```
npm install -g svg2gcode
```

### Usage
```
Usage: svg2gcode [options]

Options:

-h, --help output usage information
-V, --version output the version number
-s, --speed spindle speed
-f, --feed feed rate
-d, --depth z of final cut depth
-c, --depthofcut z offset of layered cuts
-t, --top z of top of work surface
-a, --above z of safe area above the work
```