summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12Merge pull request #71 from tomacorp/layer_bounds_argHamilton Kibbe1-2/+5
Added bounds argument to render_layer()
2017-06-12Merge pull request #69 from jmargeta/sweep_angle_toleranceHamilton Kibbe1-4/+7
Add tolerance to center finding
2017-06-12Merge pull request #68 from jmargeta/cairo_python_3_fixHamilton Kibbe2-2/+40
Fix Cairo backend for svg saving and Python 3
2017-06-12Fix error when unpacking colors in cairo backendHamilton Kibbe1-2/+2
2017-05-24Added bounds argument to render_layer()Tom Anderson1-2/+5
2017-04-15Add tolerance to center findingJan Margeta1-4/+7
In some cases, the computation of valid sweep angle hit numerical limits and no centers are found. This commit adds a small amount of tolerance.
2017-04-15Fix Cairo backend for svg saving and Python 3Jan Margeta2-2/+40
2016-12-13Add max_width and max_height arguments toHamilton Kibbe1-2/+22
2016-12-13Clip context to axis- and pixel- aligned bounds before rendering primitives. ↵Hamilton Kibbe1-563/+610
Significantly speeds up render
2016-12-01(#61) Add regex option to discover layer classesju5t2-12/+49
2016-11-18Fix drill testsHamilton Kibbe1-6/+6
2016-11-18Clean up rs274x output testsHamilton Kibbe1-19/+19
2016-11-18Add more tests for primitivesHamilton Kibbe1-12/+87
2016-11-18Fix rs274x output bugsHamilton Kibbe1-19/+32
2016-11-18Fix a bunch of bugs in rendering that showed up when rendering the gerbv ↵Hamilton Kibbe1-183/+305
test suite
2016-11-18Finish adding square hole support, fix some primitive calculations, etc.Hamilton Kibbe3-132/+222
2016-11-18Add support for IF (Include File) rs274x commandHamilton Kibbe1-2/+24
2016-11-18Add support for square holes in basic primitivesHamilton Kibbe1-5/+19
2016-11-18Excellon updateHamilton Kibbe4-93/+242
2016-11-07Merge upstream changeHamilton Kibbe1-6/+3
2016-11-07cairo_backend.py: use BytesIO instead of StringIOGirts Folkmanis1-6/+3
This fixes a crash in cairocffi on Python3, and should be compatible with both python2 and python3. In python2, byte strings are just strings. In python3, when getting binary data, the user probably wants a byte string instead of a regular string.
2016-11-06Fix tests on python3Hamilton Kibbe2-4/+2
2016-11-06Remove debug print"Hamilton Kibbe1-1/+0
2016-11-06temporarily disable tests faillin g on CIHamilton Kibbe1-5/+5
2016-11-06Merge upstream changesHamilton Kibbe23-525/+665
2016-11-05Finish Merge, most tests passingHamilton Kibbe10-465/+402
2016-11-05Fix testsHamilton Kibbe1-2/+2
2016-09-29Add more layer hints as seen in the wildHamilton Kibbe2-11/+11
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 ↵Garret Fick7-13/+39
intentionally leave them because future merges might resolve them
2016-08-06Manually mere rendering changesHamilton Kibbe29-1041/+1865
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to ↵Garret Fick12-27/+302
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple ↵Garret Fick42-48/+699
rendering bugs, especially related to holes in flashed apertures
2016-07-24Merge commit '2fa585853beff6527ea71084640f91bad290fac2' into ↵Garret Fick1-1/+4
merge-curtacircuitos
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 ↵Garret Fick10-134/+304
negatives for shapes that dont exist in the merge source
2016-07-16Fix most broken tests so that I can safely merge into changes with known ↵Garret Fick6-40/+60
expected test result
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 ↵Garret Fick3-5/+53
output from rendered gerber
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