No description
Find a file
Paulo Henrique Silva fbf5943792 Moving SVG code to use svgwrite.
Still ugly output and not all apertures handled, specially rounded and
macro based, but keeps improving.
2013-12-20 02:56:42 -02:00
.idea Remove unnecessary PyCharm config file 2013-12-18 18:05:02 -02:00
first-light Very ugly but concept proof SVG render. 2013-12-19 00:46:49 -02:00
gerber Moving SVG code to use svgwrite. 2013-12-20 02:56:42 -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.