summaryrefslogtreecommitdiff
path: root/gerber/common.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-06Merge upstream changesHamilton Kibbe1-18/+15
2016-08-06Manually mere rendering changesHamilton Kibbe1-3/+0
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-18/+17
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples
2016-01-21Fix a bunch of rendering bugs.Hamilton Kibbe1-3/+0
- 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly
2015-12-22Add PCB interfaceHamilton Kibbe1-0/+3
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-19Allow negative render of soldermask per #50Hamilton Kibbe1-3/+6
Update example code and rendering to show change
2015-11-15Use Python's universal newlines to open filesPaulo Henrique Silva1-1/+1
2015-10-10Allow files to be read from strings per #37Hamilton Kibbe1-4/+32
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string
2015-02-18Fixing more relative import statementsPhilipp Klaus1-3/+3
2015-02-02More tests and bugfixesHamilton Kibbe1-1/+2
2014-10-12update docs and example imagesHamilton Kibbe1-2/+2
2014-10-08Update readme and exampleHamilton Kibbe1-0/+42