Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-18 | Add offset operation | Hamilton Kibbe | 1 | -0/+15 | |
2015-02-18 | Python 3 tests passing | Hamilton Kibbe | 1 | -1/+1 | |
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -23/+79 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Add cairo example code, and use example-generated image in readme | Hamilton Kibbe | 1 | -3/+3 | |
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -18/+43 | |
2015-01-25 | Changed zeros/zero suppression conventions to match file format specs | Hamilton Kibbe | 1 | -5/+5 | |
2015-01-15 | Add Repeat Hole Stmt and fix UnitStmt parsing | Paulo Henrique Silva | 1 | -1/+20 | |
* Repeat hole support (with no real parsing, just a copy) * Fix UnitStmt to works even when a ,TZ or ,LZ information is not provided. | |||||
2015-01-14 | Many additions to Excellon parsing/creation. | Paulo Henrique Silva | 1 | -28/+86 | |
CAUTION: the original code used zero_suppression flags in the opposite sense as Gerber functions. This patch changes it to behave just like Gerber code. * Add metric/inch conversion support * Add settings context variable to to_gerber just like Gerber code. * Add some missing Excellon values. Tests are not entirely updated. | |||||
2014-10-19 | Test update | Hamilton Kibbe | 1 | -9/+9 | |
2014-10-10 | doc update | Hamilton Kibbe | 1 | -6/+6 | |
2014-10-09 | doc update | Hamilton Kibbe | 1 | -0/+5 | |
2014-10-07 | more tests | Hamilton Kibbe | 1 | -7/+9 | |
2014-10-07 | More tests | Hamilton Kibbe | 1 | -6/+9 | |
2014-10-07 | add tests | Hamilton Kibbe | 1 | -22/+51 | |
2014-10-06 | add tests | Hamilton Kibbe | 1 | -1/+1 | |
2014-10-06 | add excellon file write | Hamilton Kibbe | 1 | -19/+35 | |
2014-10-06 | Update excellon statements/ExcellonFile | Hamilton Kibbe | 1 | -6/+116 | |
2014-10-06 | add excellon statements | Hamilton Kibbe | 1 | -0/+266 | |