summaryrefslogtreecommitdiff
path: root/gerber/layers.py
AgeCommit message (Collapse)AuthorFilesLines
2018-06-26Match full filename instead of the base nameju5t1-3/+3
Regular expressions only matched the base name. This matches the entire filename which allows for more advanced regular expressions.
2017-11-01Check gerber content for layer hintsju5t1-13/+47
2016-12-01(#61) Add regex option to discover layer classesju5t1-12/+28
2016-11-06Merge upstream changesHamilton Kibbe1-41/+44
2016-11-05Fix testsHamilton Kibbe1-2/+2
2016-09-29Add more layer hints as seen in the wildHamilton Kibbe1-10/+10
2016-08-06Manually mere rendering changesHamilton Kibbe1-1/+6
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-33/+33
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-1/+6
- '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
2016-01-01Refactor a littleHamilton Kibbe1-3/+3
pulled all rendering stuff out of the pcb/layer objects
2015-12-22Add PCB interfaceHamilton Kibbe1-37/+209
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
2014-10-18Refactor renderingHamilton Kibbe1-0/+54