summaryrefslogtreecommitdiff
path: root/gerber/pcb.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-06Manually mere rendering changesHamilton Kibbe1-4/+11
2016-01-01Refactor a littleHamilton Kibbe1-13/+0
pulled all rendering stuff out of the pcb/layer objects
2015-12-22Add PCB interfaceHamilton Kibbe1-0/+107
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