10000 GitHub - onyxfish/svg2g: Inkscape extension for outputting G-Code for the MakerBot Unicorn Pen Plotter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Inkscape extension for outputting G-Code for the MakerBot Unicorn Pen Plotter

License

Notifications You must be signed in to change notification settings

onyxfish/svg2g

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg2g: Convert SVG to GCode

NOTE: This code is nearly-complete rewrite of MakerBot Unicorn G-Code Output for Inkscape by Marty McGuire. It continues to support Inkscape, but has been refactored to also work on the command line.

Using on the command line

See test.sh for a temporary example.

Install to Inkscape

Copy the contents of src/ to your Inkscape extensions/ folder.

Typical locations include:

  • OSX - /Applications/Inkscape.app/Contents/Resources/extensions
  • Linux - /usr/share/inkscape/extensions
  • Windows - C:\Program Files\Inkscape\share\extensions

LICENSE

This source is modified and released under the terms of the GPLv2 open source license. See LICENSE for details.

Some source files in the src/lib directory are pulled from the Inkscape project. See their headers for individual specific license details.

About

Inkscape extension for outputting G-Code for the MakerBot Unicorn Pen Plotter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%
0