summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Expand)AuthorFilesLines
2016-11-05Finish Merge, most tests passingHamilton Kibbe10-465/+402
2016-09-24Commit partial merge so I can work on the planeHamilton Kibbe11-104/+244
2016-08-06Fix multiple problems with the merge. There are still errors, but I will inte...Garret Fick7-13/+39
2016-08-06Manually mere rendering changesHamilton Kibbe29-1041/+1865
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to Gerb...Garret Fick12-27/+302
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple r...Garret Fick42-48/+699
2016-07-24Merge commit '2fa585853beff6527ea71084640f91bad290fac2' into merge-curtacircu...Garret Fick1-1/+4
2016-07-20Merge in 6a005436b475e3517fd6a583473b60e601bcc661Garret Fick5-73/+68
2016-07-20Manually merge change 5430fa6738b74f324c47c947477dd5b779db5d1cGarret Fick1-3/+4
2016-07-20Manually merge change 6f876edd09d9b81649691e529f85653f14b8fd1cGarret Fick11-120/+498
2016-07-17Manually merge af5541ac93b222c05229ee05c9def8dbae5f6e25Garret Fick6-16/+39
2016-07-17Create first test that renders and validates the the rendered PNG is correct.Garret Fick5-5/+90
2016-07-17Merge in negative soldermask. Still required further changes to support negat...Garret Fick10-134/+304
2016-07-16Fix most broken tests so that I can safely merge into changes with known expe...Garret Fick6-40/+60
2016-07-16Setup .gitignore for Eclipse. Start creating doc stringsGarret Fick1-0/+10
2016-07-11Allow G85 for invalid filesGarret Fick1-1/+1
2016-07-10Workaround for bad excellon files that don't correctly set the modeGarret Fick1-7/+9
2016-07-10Fix issue with chaning region mode via flash. Add options for controlling out...Garret Fick3-5/+53
2016-07-02Fix crash with polygon aperture macrosGarret Fick1-1/+1
2016-06-30Rotate vector lineGarret Fick1-1/+14
2016-06-30Fix rotation of center lineGarret Fick1-1/+22
2016-06-28Don't flash G03-only commandsGarret Fick3-2/+18
2016-06-25Add support for polygon aperturesGarret Fick6-12/+61
2016-06-25Missing * in writing aperture macroGarret Fick1-1/+1
2016-06-25Render aperture macros with clear regionsGarret Fick2-6/+15
2016-06-19Offsetting amgroup was doubly offsetingGarret Fick1-1/+1
2016-06-06Rout mode doesn't need to specify G01 every timeGarret Fick1-1/+12
2016-06-04Merge branch 'master' of https://github.com/garretfick/pcb-toolsGarret Fick1-1/+1
2016-06-04Handle 85 statements that omit one valueGarret Fick1-0/+5
2016-06-03compliant fs format as FS<L or T><A or I>[Nn][Gn]<Xn><Yn>[Dn][Mn]visualgui823@live.com1-1/+1
2016-05-28Fix issue with switching between ROUT and normal drill modesGarret Fick2-7/+16
2016-05-28Fix converting amgroup unitsGarret Fick2-2/+21
2016-05-28Use the known macro statement to render. Fix thermal not setting rotationGarret Fick2-23/+34
2016-05-28Fix AMParamStmt to_gerber to write changes back.Paulo Henrique Silva2-3/+3
2016-05-28Fix units statement. Keep track of original macro statement in the AMGroupGarret Fick3-6/+11
2016-05-19Merge pull request #3 from qaulau/patch-2Garret Fick1-2/+5
2016-05-19Fix issue where did not always switch into the G01 mode after G03 when the po...Garret Fick2-0/+6
2016-05-10Offset of drill hit and slotsGarret Fick1-2/+8
2016-05-08Don't render null itemsGarret Fick1-0/+2
2016-04-23Correctly find the center for single quadrant arcsGarret Fick2-1/+38
2016-04-08Update cairo_backend.pyQau Lau1-2/+5
2016-04-05Fix converting values for excellon files. Give error for incremental modeGarret Fick2-16/+13
2016-03-27Merge pull request #2 from qaulau/masterGarret Fick1-2/+2
2016-03-27Actually fix the rout rendering to be correctGarret Fick3-14/+102
2016-03-26Correctly render M15 slot holesGarret Fick1-1/+19
2016-03-26D02 in the middle of a region starts a new regionGarret Fick1-1/+7
2016-03-26Support for the G85 slot statementGarret Fick6-32/+322
2016-03-24Basic rendering of excellon works, but still has issuesGarret Fick2-9/+29
2016-03-22Update rs274x.pyQau Lau1-2/+2
2016-03-19Correctly handle empty command statementsGarret Fick1-0/+6