summaryrefslogtreecommitdiff
path: root/gerber/render/render.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-22Add PCB interfaceHamilton Kibbe1-14/+5
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/+18
Update example code and rendering to show change
2015-10-10Allow files to be read from strings per #37Hamilton Kibbe1-0/+1
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string
2015-07-09Initial patch to unify our render towards cairoPaulo Henrique Silva1-0/+9
This branch allows a pure cairo based render for both PNG and SVG. Cairo backend is mostly the same but with improved support for configurable scale, orientation and inverted color drawing. API is not yet final.
2015-03-05Fix parsing for multiline ipc-d-356 recordsHamilton Kibbe1-1/+5
2015-02-02More tests and bugfixesHamilton Kibbe1-67/+63
2014-10-18Refactor renderingHamilton Kibbe1-379/+39
2014-10-12update docs and example imagesHamilton Kibbe1-1/+18
2014-10-10Working region fills and level polarity. Renders Altium-generated gerbers ↵Hamilton Kibbe1-8/+15
like a champ!
2014-10-10doc updateHamilton Kibbe1-1/+99
2014-10-09doc updateHamilton Kibbe1-0/+6
2014-10-09doc updateHamilton Kibbe1-40/+187
2014-10-09Doc updateHamilton Kibbe1-1/+85
2014-10-09Add mode statement parsingHamilton Kibbe1-2/+12
2014-10-08start arcHamilton Kibbe1-16/+26
2014-10-07Fix resolve errorHamilton Kibbe1-1/+3
2014-10-06Fix import errorHamilton Kibbe1-1/+1
2014-09-28added ExcellonFile classHamilton Kibbe1-6/+6
2014-09-28Added excellon support and refactored projectHamilton Kibbe1-0/+133