No description
Find a file
Paulo Henrique Silva d97fe51179 Improved AD param parsing and other nicities.
* AD parsing is improved and simplified. All modifiers are now parsed and splitted.
* Refactor to remove token notation. It is not a token it is a statement.
* Added simple json export
2013-12-18 18:05:48 -02:00
.idea Remove unnecessary PyCharm config file 2013-12-18 18:05:02 -02:00
gerber Improved AD param parsing and other nicities. 2013-12-18 18:05:48 -02:00
.gitignore Remove unnecessary PyCharm config file 2013-12-18 18:05:02 -02: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

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.