summaryrefslogtreecommitdiff
path: root/gerber/ipc356.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-11/+34
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
2015-12-22Add PCB interfaceHamilton Kibbe1-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-15Use Python's universal newlines to open filesPaulo Henrique Silva1-1/+1
2015-06-01Fix IPC-D-356 parser. Handle too-long reference designators exported by ↵Hamilton Kibbe1-33/+37
eagle per #28.
2015-03-06add rest of altium-supported ipc-d-356 statementsHamilton Kibbe1-25/+109
2015-03-05Fix parsing for multiline ipc-d-356 recordsHamilton Kibbe1-43/+89
2015-02-20Add IPC-D-356 Netlist ParsingHamilton Kibbe1-0/+314