Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-06 | add tests | Hamilton Kibbe | 3 | -3/+11 | |
2014-10-06 | add excellon file write | Hamilton Kibbe | 3 | -223/+239 | |
2014-10-06 | Update excellon statements/ExcellonFile | Hamilton Kibbe | 4 | -51/+173 | |
2014-10-06 | Fix import error | Hamilton Kibbe | 1 | -1/+1 | |
2014-10-06 | add excellon statements | Hamilton Kibbe | 5 | -111/+288 | |
2014-10-01 | added numpydoc | Hamilton Kibbe | 3 | -3/+11 | |
2014-09-30 | tests | Hamilton Kibbe | 2 | -2/+12 | |
2014-09-30 | tests update | Hamilton Kibbe | 8 | -11/+173 | |
2014-09-30 | Add travis.yml | Hamilton Kibbe | 2 | -7/+18 | |
2014-09-29 | Add CNC base classes and settings class | Hamilton Kibbe | 3 | -23/+206 | |
2014-09-28 | added ExcellonFile class | Hamilton Kibbe | 9 | -265/+336 | |
2014-09-28 | Added excellon support and refactored project | Hamilton Kibbe | 13 | -490/+1412 | |
2014-09-25 | Create utils.py | hamiltonkibbe | 1 | -0/+130 | |
Start moving Gerber/Excellon number formatting to utility module | |||||
2014-09-25 | Move evaluate methods to GerberContext class | Hamilton Kibbe | 2 | -47/+46 | |
2014-05-28 | Fixed parser, added to_gerber() methods to all parse result classes to ↵ | David Austin | 1 | -87/+141 | |
permit re-generation of Gerber file | |||||
2014-02-05 | N w modular organization. | Paulo Henrique Silva | 5 | -230/+311 | |
* parser and render separeted on its own modules. * svn made optional. * PEP-8 compiant. | |||||
2014-02-04 | Handle wierd cases where FS has no leading/trailing zero specification | Paulo Henrique Silva | 1 | -2/+2 | |
2014-02-04 | Fix handling of negative coord numbers. | Paulo Henrique Silva | 1 | -6/+16 | |
2013-12-20 | Moving SVG code to use svgwrite. | Paulo Henrique Silva | 1 | -57/+113 | |
Still ugly output and not all apertures handled, specially rounded and macro based, but keeps improving. | |||||
2013-12-19 | Very ugly but concept proof SVG render. | Paulo Henrique Silva | 1 | -22/+138 | |
First images on first-light directory. Not a single minute spent on visual quality, just proving that it is improving. | |||||
2013-12-18 | Improved AD param parsing and other nicities. | Paulo Henrique Silva | 1 | -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-18 | Significantly improved parsing. | Paulo Henrique Silva | 1 | -43/+302 | |
* Parsing complete for most of the non-deprecated gerber specification. * Initial evaluation machine in place, but no useful result yet. | |||||
2013-12-18 | Refactor function mathcing. | Paulo Henrique Silva | 1 | -19/+39 | |
Make match functions that returns dict or lists of dicts to prepare for statement creation. | |||||
2013-12-18 | Make PEP-8 clean. | Paulo Henrique Silva | 1 | -13/+19 | |
2013-12-18 | Make gerber package | Paulo Henrique Silva | 2 | -0/+129 | |