summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Collapse)AuthorFilesLines
2015-01-14Fix for cases whee the coordinate precision is decreased.Paulo Henrique Silva1-2/+5
If we parse a file with 5.5 INCH format and ask to write it back as 2.4 INCH we are going to loose precision and write_gerber_value was not handling these cases write.
2015-01-14Fix Mirror (deprecated) param generationPaulo Henrique Silva1-1/+1
2015-01-14Refactor AM aperture handling and add unit conversion supportPaulo Henrique Silva2-9/+129
* 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 Silva2-154/+327
* 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-15Fix parsing for very short (less 20 lines) files.Paulo Henrique Silva1-2/+7
2014-12-05add ipc2581 primitivesHamilton Kibbe3-20/+94
2014-11-10Bunch of small fixes to improve Gerber read/write.Paulo Henrique Silva6-42/+53
2014-10-28Add arc rendering and testsHamilton Kibbe5-8/+179
2014-10-27Fix rendering of 0-width lines (e.g. board outlines) in SVG and Cairo rendererHamilton Kibbe2-63/+13
2014-10-26removed dead codeHamilton Kibbe1-60/+4
2014-10-26cairo workingHamilton Kibbe4-115/+123
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 ValueError, missing self.Paulo Henrique Silva1-1/+1
2014-10-26Fix parsing of Unknown commandsPaulo Henrique Silva1-0/+4
2014-10-26cairo supportHamilton Kibbe1-0/+156
2014-10-26Merge aperture fixses from upstreamHamilton Kibbe2-8/+8
2014-10-26Merge changes from upstreamHamilton Kibbe2-203/+218
2014-10-25Support for zero size C apertures and fix parsing of ADDNN<macro-name>Paulo Henrique Silva1-5/+8
2014-10-22Fix coordinate computation when x or y is 0 in non standard wayPaulo Henrique Silva1-1/+1
2014-10-21Fix parsing when x or y coordinate is missing on COORD statementPaulo Henrique Silva1-2/+2
2014-10-19Test updateHamilton Kibbe21-70/+14344
2014-10-18Refactor renderingHamilton Kibbe8-650/+408
2014-10-17Fix parsing of COORD with +000 styled numbersPaulo Henrique Silva1-2/+2
2014-10-17Fix parsing of Unknown statementsPaulo Henrique Silva1-3/+7
2014-10-16Add primitive definitions and bounding box calcs for DRCHamilton Kibbe1-0/+193
2014-10-13Add SVG transparencyHamilton Kibbe2-29/+52
2014-10-13Merge branch 'master' of https://github.com/hamiltonkibbe/gerber-toolsHamilton Kibbe9-75/+348
2014-10-12update docs and example imagesHamilton Kibbe6-22/+41
2014-10-11Doc updateHamilton Kibbe3-12/+42
2014-10-10Added excellon format detectionHamilton Kibbe6-33/+232
2014-10-10Working region fills and level polarity. Renders Altium-generated gerbers ↵Hamilton Kibbe3-18/+43
like a champ!
2014-10-10Add layer names fileHamilton Kibbe1-0/+51
2014-10-10Add testsHamilton Kibbe2-3/+164
2014-10-10doc updateHamilton Kibbe2-7/+105
2014-10-09doc updateHamilton Kibbe6-8/+21
2014-10-09doc updateHamilton Kibbe1-40/+187
2014-10-09Doc updateHamilton Kibbe3-3/+119
2014-10-09Add mode statement parsingHamilton Kibbe3-11/+33
2014-10-08start arcHamilton Kibbe5-47/+116
2014-10-08Update readme and exampleHamilton Kibbe6-54/+67
2014-10-07fix excellon renderHamilton Kibbe7-85/+157
2014-10-07Fix resolve errorHamilton Kibbe1-1/+3
2014-10-07more testsHamilton Kibbe2-7/+128
2014-10-07More testsHamilton Kibbe2-10/+71
2014-10-07add testsHamilton Kibbe3-26/+73
2014-10-06add testsHamilton Kibbe1-0/+33
2014-10-06add testsHamilton Kibbe3-3/+11