Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-26 | IPC356: Do not crash on record type 367 | Martin Cejp | 1 | -1/+2 | |
2016-01-28 | Cleanup, rendering fixes. | Hamilton Kibbe | 1 | -11/+34 | |
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples | |||||
2015-12-22 | Add PCB interface | Hamilton Kibbe | 1 | -38/+51 | |
this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases | |||||
2015-11-15 | Use Python's universal newlines to open files | Paulo Henrique Silva | 1 | -1/+1 | |
2015-06-01 | Fix IPC-D-356 parser. Handle too-long reference designators exported by ↵ | Hamilton Kibbe | 1 | -33/+37 | |
eagle per #28. | |||||
2015-03-06 | add rest of altium-supported ipc-d-356 statements | Hamilton Kibbe | 1 | -25/+109 | |
2015-03-05 | Fix parsing for multiline ipc-d-356 records | Hamilton Kibbe | 1 | -43/+89 | |
2015-02-20 | Add IPC-D-356 Netlist Parsing | Hamilton Kibbe | 1 | -0/+314 | |