summaryrefslogtreecommitdiff
path: root/gerber/render/render.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-13Repo re-org, make gerberex tests runjaseg1-246/+0
2018-06-05Fix hard requirement of cairo per #83, and add stubs for required subclass ↵Hamilton Kibbe1-4/+23
methods to GerberContext per #84
2016-11-06Merge upstream changesHamilton Kibbe1-11/+12
2016-09-24Commit partial merge so I can work on the planeHamilton Kibbe1-0/+1
2016-08-06Manually mere rendering changesHamilton Kibbe1-3/+5
2016-07-20Merge in 6a005436b475e3517fd6a583473b60e601bcc661Garret Fick1-4/+6
2016-07-20Manually merge change 6f876edd09d9b81649691e529f85653f14b8fd1cGarret Fick1-14/+5
2016-07-17Merge in negative soldermask. Still required further changes to support ↵Garret Fick1-3/+18
negatives for shapes that dont exist in the merge source
2016-07-10Fix issue with chaning region mode via flash. Add options for controlling ↵Garret Fick1-2/+19
output from rendered gerber
2016-05-08Don't render null itemsGarret Fick1-0/+2
2016-03-26Support for the G85 slot statementGarret Fick1-0/+5
2016-01-28Cleanup, rendering fixes.Hamilton Kibbe1-13/+6
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/+5
- '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-4/+6
pulled all rendering stuff out of the pcb/layer objects
2015-12-30Render primitives for some aperture macrosGarret Fick1-0/+2
2015-12-30First time any macro rendersGarret Fick1-0/+5
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