summaryrefslogtreecommitdiff
path: root/gerber/render/rs274x_backend.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-06Merge upstream changesHamilton Kibbe1-117/+116
2016-08-06Fix multiple problems with the merge. There are still errors, but I will inte...Garret Fick1-0/+8
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to Gerb...Garret Fick1-1/+18
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple r...Garret Fick1-6/+6
2016-07-10Fix issue with chaning region mode via flash. Add options for controlling out...Garret Fick1-1/+26
2016-06-25Add support for polygon aperturesGarret Fick1-4/+22
2016-05-28Fix issue with switching between ROUT and normal drill modesGarret Fick1-2/+11
2016-05-28Use the known macro statement to render. Fix thermal not setting rotationGarret Fick1-22/+32
2016-05-28Fix units statement. Keep track of original macro statement in the AMGroupGarret Fick1-1/+1
2016-05-19Fix issue where did not always switch into the G01 mode after G03 when the po...Garret Fick1-0/+2
2016-03-05More robust writing, even for bad files. Remove accidentally added importsGarret Fick1-0/+3
2016-03-05Remove some testing code from gerber writer. More implementation for excellon...Garret Fick1-28/+4
2016-03-05Make rendering more robust for bad gerber filesGarret Fick1-2/+14
2016-03-05Write polygons to macrosGarret Fick1-1/+6
2016-03-05Make writer resilient to similar macro defsGarret Fick1-8/+17
2016-03-01More rendering of AMGroup to statementsGarret Fick1-7/+65
2016-02-27Fix critical issue with rotatin points (when the angle is zero the y would be...Garret Fick1-4/+57
2016-02-27RS274X backend for rendering. Incompelte stillGarret Fick1-0/+290