summaryrefslogtreecommitdiff
path: root/examples/pcb_bottom.png
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13Add max_width and max_height arguments toHamilton Kibbe1-0/+0
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-0/+0
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
2016-01-21Add support for mirrored renderingHamilton Kibbe1-0/+0
- The default theme now renders the bottom layers mirrored. - see https://github.com/curtacircuitos/pcb-tools/blob/master/examples/pcb_bottom.png for an example.
2015-12-22Add PCB interfaceHamilton Kibbe1-0/+0
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