No description
Find a file
hamiltonkibbe d3af7515eb Merge pull request #1 from hamiltonkibbe/context_refactor
Move evaluate methods to GerberContext class
2014-09-25 00:09:32 -04:00
examples New TODO file and small repo cleanup. 2014-02-04 23:37:37 +01:00
gerber Move evaluate methods to GerberContext class 2014-09-25 00:01:10 -04:00
.gitignore New TODO file and small repo cleanup. 2014-02-04 23:37:37 +01:00
gerber.md Working version of Gerber RS-274X parser. 2013-12-17 18:05:30 -02:00
LICENSE Initial commit 2013-12-17 12:01:34 -08:00
README.md Working version of Gerber RS-274X parser. 2013-12-17 18:05:30 -02:00
TODO.md New TODO file and small repo cleanup. 2014-02-04 23:37:37 +01:00

gerber-tools

This hopefully will be a useful set of tools to handle Gerber files in Python.

Right now we have a working parser and I am working on simple Gerber to SVG converter.

See gerber.md for some random information regardind Gerber format.