Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-21 | Fix a bunch of rendering bugs. | Hamilton Kibbe | 1 | -60/+113 | |
- 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly | |||||
2015-11-13 | Improve Excellon parsing coverage | Paulo Henrique Silva | 1 | -0/+50 | |
Add some not so used codes that were generating unknown stmt. | |||||
2015-05-16 | Add checks to ensure statement unit conversions are idempotent | Hamilton Kibbe | 1 | -10/+106 | |
2015-04-27 | Allow 3 digits on Excellon tool selection | Paulo Henrique Silva | 1 | -0/+3 | |
Fritzing uses more than 2 digits for tool in their Excellons. To comply with that, I check specifically for 3 or less digits and use as tool number, more than that we treat as the standard (2 for tool and 2 for compensation index) | |||||
2015-04-07 | Fix Excellon repeat command | Paulo Henrique Silva | 1 | -1/+1 | |
2015-02-18 | Add offset operation | Hamilton Kibbe | 1 | -16/+40 | |
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -3/+69 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -9/+120 | |
2015-01-25 | Changed zeros/zero suppression conventions to match file format specs | Hamilton Kibbe | 1 | -2/+12 | |
2015-01-23 | Fix tests for leading zero suppression | Hamilton Kibbe | 1 | -6/+6 | |
2015-01-14 | Many additions to Excellon parsing/creation. | Paulo Henrique Silva | 1 | -9/+26 | |
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-11-10 | Bunch of small fixes to improve Gerber read/write. | Paulo Henrique Silva | 1 | -3/+3 | |
2014-10-19 | Test update | Hamilton Kibbe | 1 | -6/+7 | |
2014-10-07 | fix excellon render | Hamilton Kibbe | 1 | -4/+44 | |
2014-10-07 | more tests | Hamilton Kibbe | 1 | -0/+119 | |
2014-10-07 | More tests | Hamilton Kibbe | 1 | -4/+62 | |
2014-10-07 | add tests | Hamilton Kibbe | 1 | -2/+21 | |
2014-10-06 | add tests | Hamilton Kibbe | 1 | -0/+33 | |