Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-04 | Fix handling of multi-line strings per #66 | Hamilton Kibbe | 1 | -3/+24 | |
2016-11-18 | Excellon update | Hamilton Kibbe | 1 | -7/+147 | |
2016-08-06 | Manually mere rendering changes | Hamilton Kibbe | 1 | -4/+4 | |
2016-07-17 | Merge in negative soldermask. Still required further changes to support ↵ | Garret Fick | 1 | -21/+21 | |
negatives for shapes that dont exist in the merge source | |||||
2016-07-16 | Fix most broken tests so that I can safely merge into changes with known ↵ | Garret Fick | 1 | -2/+3 | |
expected test result | |||||
2015-12-19 | Allow negative render of soldermask per #50 | Hamilton Kibbe | 1 | -21/+21 | |
Update example code and rendering to show change | |||||
2015-11-15 | Use Python's universal newlines to open files | Paulo Henrique Silva | 1 | -3/+3 | |
2015-10-10 | Allow files to be read from strings per #37 | Hamilton Kibbe | 1 | -8/+30 | |
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string | |||||
2015-06-11 | Add keys to statements for linking to primitives. Add some API features to ↵ | Hamilton Kibbe | 1 | -2/+15 | |
ExcellonFile, such as getting a tool path length and changing tool parameters. Excellonfiles write method generates statements based on the drill hits in the hits member, so drill hits in a generated file can be re-ordered by re-ordering the drill hits in ExcellonFile.hits. see #30 | |||||
2015-02-18 | Python 3 tests passing | Hamilton Kibbe | 1 | -3/+3 | |
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -1/+25 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Add cairo example code, and use example-generated image in readme | Hamilton Kibbe | 1 | -0/+2 | |
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -1/+111 | |
2015-01-25 | Changed zeros/zero suppression conventions to match file format specs | Hamilton Kibbe | 1 | -9/+4 | |
2014-10-19 | Test update | Hamilton Kibbe | 1 | -0/+32 | |