summaryrefslogtreecommitdiff
path: root/gerber/rs274x.py
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12Update line primitive to take aperture parameterHamilton Kibbe1-3/+3
This fixes the exception referenced in #12. Still need to add rendering code for rectangle aperture lines and arcs. Rectangle strokes will be drawn as polygons by the rendering backends.
2015-01-26merge upstream changesHamilton Kibbe1-0/+2
2015-01-14Refactor AM aperture handling and add unit conversion supportPaulo Henrique Silva1-5/+5
* Add support to convert between metric/impertial * AM primitives are now properly created and can be converted between metric/imperial. (only Outline primitive is supported, no rendering yet)
2015-01-13Fix region primitive creationPaulo Henrique Silva1-1/+1
2014-12-15Fix parsing for OrCAD.Paulo Henrique Silva1-17/+30
* Modify the way we parse parameters to allow more than one parameter in a single line as in the following example: %FSLAX55Y55*MOIN*% %IR0*IPPOS*OFA0.00000B0.00000*MIA0B0*SFA1.00000B1.00000*% (this is from OrCAD 16 default output) * Add missing deprecated parameters. * Change API to use given FileSettings on output. This allows us to use pcb-tools to convert between FS formats.
2014-12-05add ipc2581 primitivesHamilton Kibbe1-2/+2
2014-11-10Bunch of small fixes to improve Gerber read/write.Paulo Henrique Silva1-2/+2
2014-10-26style changePaulo Henrique Silva1-2/+3
2014-10-26Add simple hack to allow evaluation when gerber have macros and polygonPaulo Henrique Silva1-3/+5
2014-10-26Fix parsing for AM macros and support for zero sized circle primitivesPaulo Henrique Silva1-3/+3
2014-10-26Fix parsing of Unknown commandsPaulo Henrique Silva1-0/+4
2014-10-26Merge aperture fixses from upstreamHamilton Kibbe1-4/+4
2014-10-19Test updateHamilton Kibbe1-7/+5
2014-10-18Refactor renderingHamilton Kibbe1-40/+149
2014-10-12update docs and example imagesHamilton Kibbe1-0/+327