em / svg2gcode

Convert SVG to Gcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg2gcode

A command line utility for converting SVG to Gcode using Gcanvas and canvg.

Installation

First make sure you have nodejs installed.

npm install -g svg2gcode

Usage

  Usage: svg2gcode [options] <file ...>

  Options:

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

About

Convert SVG to Gcode


Languages

Language:JavaScript 100.0%