Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-01 | Update excellon_statements.py | C4dmium | 1 | -5/+6 | |
2016-11-18 | Excellon update | Hamilton Kibbe | 1 | -33/+33 | |
2016-08-06 | Manually mere rendering changes | Hamilton Kibbe | 1 | -1/+5 | |
2016-06-04 | Handle 85 statements that omit one value | Garret Fick | 1 | -0/+5 | |
2016-03-27 | Actually fix the rout rendering to be correct | Garret Fick | 1 | -2/+6 | |
2016-03-26 | Support for the G85 slot statement | Garret Fick | 1 | -1/+129 | |
2016-03-24 | Basic rendering of excellon works, but still has issues | Garret Fick | 1 | -2/+19 | |
2016-03-13 | Better detection of plated tools | Garret Fick | 1 | -1/+13 | |
2016-03-05 | Remove some testing code from gerber writer. More implementation for ↵ | Garret Fick | 1 | -0/+20 | |
excellon writer - not working yet | |||||
2016-01-31 | Add support for more excellon formats. Dont consider line width when ↵ | Garret Fick | 1 | -2/+12 | |
determinging region bounding box | |||||
2015-12-30 | Support KiCad format statement where FMAT,2 is 2:4 with inch | Garret Fick | 1 | -0/+4 | |
2015-12-19 | Parse misc nc drill files | Garret Fick | 1 | -2/+24 | |
2015-11-13 | Improve Excellon parsing coverage | Paulo Henrique Silva | 1 | -5/+104 | |
Add some not so used codes that were generating unknown stmt. | |||||
2015-06-11 | Add keys to statements for linking to primitives. Add some API features to ↵ | Hamilton Kibbe | 1 | -52/+69 | |
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-05-16 | Add checks to ensure statement unit conversions are idempotent | Hamilton Kibbe | 1 | -30/+50 | |
2015-04-27 | Allow 3 digits on Excellon tool selection | Paulo Henrique Silva | 1 | -2/+7 | |
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 | -11/+18 | |
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 | |