summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Collapse)AuthorFilesLines
2014-09-29Add CNC base classes and settings classHamilton Kibbe3-23/+206
2014-09-28added ExcellonFile classHamilton Kibbe9-265/+336
2014-09-28Added excellon support and refactored projectHamilton Kibbe13-490/+1412
2014-09-28Add Excellon supportHamilton Kibbe4-5/+244
2014-09-25Create utils.pyhamiltonkibbe1-0/+130
Start moving Gerber/Excellon number formatting to utility module
2014-09-25Move evaluate methods to GerberContext classHamilton Kibbe2-47/+46
2014-05-28Fixed parser, added to_gerber() methods to all parse result classes to ↵David Austin1-87/+141
permit re-generation of Gerber file
2014-02-05N w modular organization.Paulo Henrique Silva5-230/+311
* parser and render separeted on its own modules. * svn made optional. * PEP-8 compiant.
2014-02-04Handle wierd cases where FS has no leading/trailing zero specificationPaulo Henrique Silva1-2/+2
2014-02-04Fix handling of negative coord numbers.Paulo Henrique Silva1-6/+16
2013-12-20Moving SVG code to use svgwrite.Paulo Henrique Silva1-57/+113
Still ugly output and not all apertures handled, specially rounded and macro based, but keeps improving.
2013-12-19Very ugly but concept proof SVG render.Paulo Henrique Silva1-22/+138
First images on first-light directory. Not a single minute spent on visual quality, just proving that it is improving.
2013-12-18Improved AD param parsing and other nicities.Paulo Henrique Silva1-113/+84
* 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-18Significantly improved parsing.Paulo Henrique Silva1-43/+302
* Parsing complete for most of the non-deprecated gerber specification. * Initial evaluation machine in place, but no useful result yet.
2013-12-18Refactor function mathcing.Paulo Henrique Silva1-19/+39
Make match functions that returns dict or lists of dicts to prepare for statement creation.
2013-12-18Make PEP-8 clean.Paulo Henrique Silva1-13/+19
2013-12-18Make gerber packagePaulo Henrique Silva2-0/+129