summaryrefslogtreecommitdiff
path: root/gerber/exceptions.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-22Add PCB interfaceHamilton Kibbe1-0/+1
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-12-20Allow renderer to write to memory per #38Hamilton Kibbe1-0/+4
Some updates to rendering colors/themes
2015-12-19Allow negative render of soldermask per #50Hamilton Kibbe1-0/+31
Update example code and rendering to show change