summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Expand)AuthorFilesLines
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 lik...Hamilton Kibbe3-18/+43
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
2014-10-06add excellon file writeHamilton Kibbe3-223/+239
2014-10-06Update excellon statements/ExcellonFileHamilton Kibbe4-51/+173
2014-10-06Fix import errorHamilton Kibbe1-1/+1
2014-10-06add excellon statementsHamilton Kibbe5-111/+288
2014-10-01added numpydocHamilton Kibbe3-3/+11
2014-09-30testsHamilton Kibbe2-2/+12
2014-09-30tests updateHamilton Kibbe8-11/+173
2014-09-30Add travis.ymlHamilton Kibbe2-7/+18
2014-09-29Add CNC base classes and settings classHamilton Kibbe3-23/+206
2014-09-28added ExcellonFile classHamilton Kibbe9-265/+336
2014-09-28Added excellon support and refactored projectHamilton Kibbe13-490/+1412
2014-09-28Add Excellon supportHamilton Kibbe4-5/+244
2014-09-25Create utils.pyhamiltonkibbe1-0/+130
2014-09-25Move evaluate methods to GerberContext classHamilton Kibbe2-47/+46
2014-05-28Fixed parser, added to_gerber() methods to all parse result classes to permit...David Austin1-87/+141
2014-02-05N w modular organization.Paulo Henrique Silva5-230/+311
2014-02-04Handle wierd cases where FS has no leading/trailing zero specificationPaulo Henrique Silva1-2/+2
2014-02-04Fix handling of negative coord numbers.Paulo Henrique Silva1-6/+16
2013-12-20Moving SVG code to use svgwrite.Paulo Henrique Silva1-57/+113
2013-12-19Very ugly but concept proof SVG render.Paulo Henrique Silva1-22/+138
2013-12-18Improved AD param parsing and other nicities.Paulo Henrique Silva1-113/+84
2013-12-18Significantly improved parsing.Paulo Henrique Silva1-43/+302
2013-12-18Refactor function mathcing.Paulo Henrique Silva1-19/+39
2013-12-18Make PEP-8 clean.Paulo Henrique Silva1-13/+19
2013-12-18Make gerber packagePaulo Henrique Silva2-0/+129