Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-06 | Make split_commands faster | jaseg | 2 | -0/+71 | |
2022-02-05 | Strip down outline highlight example | jaseg | 1 | -35/+1 | |
2022-02-05 | Add outline highlight example | jaseg | 1 | -37/+42 | |
2022-02-05 | Arc approx WIP | jaseg | 101 | -100379/+168 | |
2021-11-08 | Parser half-refactored | jaseg | 3 | -78/+0 | |
2021-06-06 | Graft pcb-tools-extension master onto gerbonara main | jaseg | 54 | -0/+91770 | |
2019-12-28 | add a function that generate filled gerberdata with representing internal ↵ | Hiroshi Murayama | 2 | -2605/+4 | |
shape by fliping polarity | |||||
2019-04-03 | fix a rotaion issue | opiopan | 1 | -2/+3 | |
2019-04-01 | add examples | opiopan | 55 | -0/+94370 | |
2018-06-05 | Fix hard requirement of cairo per #83, and add stubs for required subclass ↵ | Hamilton Kibbe | 2 | -2/+4 | |
methods to GerberContext per #84 | |||||
2016-12-13 | Add max_width and max_height arguments to | Hamilton Kibbe | 4 | -3/+3 | |
2016-12-13 | Clip context to axis- and pixel- aligned bounds before rendering primitives. ↵ | Hamilton Kibbe | 2 | -0/+0 | |
Significantly speeds up render | |||||
2016-11-18 | Add script to render gerbv test files | Hamilton Kibbe | 32 | -0/+820 | |
2016-11-06 | Merge upstream changes | Hamilton Kibbe | 7 | -31/+51 | |
2016-08-06 | Manually mere rendering changes | Hamilton Kibbe | 3 | -3/+4 | |
2016-01-28 | Cleanup, rendering fixes. | Hamilton Kibbe | 7 | -32/+51 | |
fixed rendering of tented vias fixed rendering of semi-transparent layers fixed file type detection issues added some examples | |||||
2016-01-21 | Add support for mirrored rendering | Hamilton Kibbe | 1 | -0/+0 | |
- The default theme now renders the bottom layers mirrored. - see https://github.com/curtacircuitos/pcb-tools/blob/master/examples/pcb_bottom.png for an example. | |||||
2016-01-21 | Fix a bunch of rendering bugs. | Hamilton Kibbe | 3 | -3/+4 | |
- 'clear' polarity primitives no longer erase background - Added aperture macro support for polygons - Added aperture macro rendring support - Renderer now creates a new surface for each layer and merges them instead of working directly on a single surface - Updated examples accordingly | |||||
2015-12-22 | Add PCB interface | Hamilton Kibbe | 8 | -355/+1916 | |
this incorporates some of @chintal's layers.py changes PCB.from_directory() simplifies loading of multiple gerbers the PCB() class should be pretty helpful going forward... the context classes could use some cleaning up, although I'd like to wait until the freecad stuff gets merged, that way we can try to refactor the context base to support more use cases | |||||
2015-12-19 | Allow negative render of soldermask per #50 | Hamilton Kibbe | 2 | -7/+12 | |
Update example code and rendering to show change | |||||
2015-10-10 | Allow files to be read from strings per #37 | Hamilton Kibbe | 1 | -3/+0 | |
Adds a loads() method to the top level module which generates a GerberFile or ExcellonFile from a string | |||||
2015-09-10 | Merge pull request #40 from curtacircuitos/cairo-render-unification | Hamilton Kibbe | 1 | -0/+0 | |
Cairo render unification | |||||
2015-07-22 | Fix multiple layer issue in cairo-unification branch (see #33) | Hamilton Kibbe | 1 | -0/+0 | |
2015-07-06 | Add tool path optimization example | Hamilton Kibbe | 4 | -0/+444 | |
Add example demonstrating use of tsp-solver with pcb-tools to optimize tool paths in an excellon file. This is based on @koppi's script in #30 | |||||
2015-02-20 | Add IPC-D-356 Netlist Parsing | Hamilton Kibbe | 2 | -3/+3 | |
2015-02-15 | Fix cairo image size | Hamilton Kibbe | 1 | -0/+0 | |
2015-02-15 | Add cairo example code, and use example-generated image in readme | Hamilton Kibbe | 10 | -4/+5837 | |
2014-10-12 | update docs and example images | Hamilton Kibbe | 4 | -0/+4 | |
2014-10-11 | Doc update | Hamilton Kibbe | 9 | -15386/+0 | |
2014-02-04 | New TODO file and small repo cleanup. | Paulo Henrique Silva | 7 | -0/+15386 | |
* idea files outside of repo now. |