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: about 1 month ago
JSON representation
Convert SVG to Gcode
- Host: GitHub
- URL: https://github.com/em/svg2gcode
- Owner: em
- Created: 2013-10-08T22:58:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T04:24:33.000Z (about 10 years ago)
- Last Synced: 2024-10-29T23:40:29.403Z (about 1 month ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 54
- Watchers: 6
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-plotters - svg2gcode - Node.js command line utility for converting SVG to G-code. (Software / G-code)
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
```