Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-11 | Fix failing tests | jaseg | 4 | -6/+6 | |
2023-04-11 | Remove WIP unit test file | jaseg | 1 | -5/+0 | |
2023-04-10 | protoserve: Fix bugs, make gerber link more visible | jaseg | 3 | -12/+46 | |
2023-04-10 | protoserve: Gerber download works | jaseg | 2 | -9/+44 | |
2023-04-10 | protogen web interface works | jaseg | 5 | -588/+1055 | |
2023-04-10 | protoserve WIP | jaseg | 1 | -69/+315 | |
2023-04-10 | protoboard webthing WIP | jaseg | 1 | -0/+322 | |
2023-04-10 | Make SVG export even smaller | jaseg | 4 | -11/+33 | |
2023-04-10 | Make generated pretty SVGs smaller | jaseg | 2 | -6/+9 | |
2023-04-10 | Copper fill WIP | jaseg | 3 | -6/+21 | |
2023-04-10 | Improve protoboard row/column numbering | jaseg | 1 | -51/+71 | |
2023-04-10 | cad: Add pad numbering for protoboards | jaseg | 3 | -8/+134 | |
2023-04-10 | Add RF protoboard | jaseg | 1 | -3/+49 | |
2023-04-10 | Add missing protoboard file, add powered proto layout | jaseg | 1 | -0/+341 | |
2023-04-10 | Fix aperture macro multiplication syntax | jaseg | 1 | -1/+1 | |
2023-04-10 | Fix rectangle aperture rotation | jaseg | 1 | -4/+5 | |
2023-04-10 | Add more protoboard layouts | jaseg | 1 | -12/+16 | |
2023-04-10 | Initial protoboard generation working | jaseg | 2 | -18/+55 | |
2023-04-10 | cad: Fix outline reconstruction and add text feature | jaseg | 3 | -11/+105 | |
2023-04-10 | cad: Finish initial board support | jaseg | 1 | -40/+225 | |
2023-04-10 | Various convenience improvements, and make board name guessing really smart | jaseg | 5 | -20/+59 | |
2023-04-10 | cad: Add trace corner rounding function | jaseg | 1 | -21/+137 | |
2023-04-10 | Add missing WIP changes | jaseg | 4 | -46/+86 | |
2023-04-10 | Add beginnings of CAD module | jaseg | 5 | -0/+66069 | |
2023-04-10 | Fix extraneous tool selection codes in merged Excellon files | jaseg | 1 | -2/+4 | |
2023-04-10 | Fix failing tests | jaseg | 3 | -20/+22 | |
2023-04-10 | Improve layer stack handling | jaseg | 4 | -11/+45 | |
2023-04-10 | Add convex hull and point in polygon functions | jaseg | 2 | -0/+82 | |
2023-04-10 | Improve drill layer handling | jaseg | 2 | -25/+70 | |
Now, drill_pth and drill_npth contain those layers where they match, and everything else is put in _drill_layers. The @property drill_layers now returns everything. | |||||
2023-04-10 | Dedup both Excellon and Gerber tools during write | jaseg | 2 | -13/+30 | |
2023-04-10 | Fix crash in gerber to excellon conversion | jaseg | 1 | -1/+1 | |
2023-03-23 | oopsi | Ricardo (XenGi) Band | 1 | -0/+2 | |
2023-03-23 | Update __init__.py | XenGi | 1 | -2/+0 | |
2023-03-05 | Bump version to v0.13.0v0.13.0 | jaseg | 1 | -1/+1 | |
This fixes the broken packages on PyPI | |||||
2023-03-05 | Fix empty filename issue with some layer stacks | jaseg | 1 | -1/+1 | |
2023-02-25 | Bump version to v0.12.0 | jaseg | 1 | -1/+1 | |
2023-02-25 | Still more doc | jaseg | 3 | -14/+84 | |
2023-02-25 | Moar doc | jaseg | 8 | -71/+253 | |
2023-02-23 | Extend CLI tests | jaseg | 4 | -30/+123 | |
2023-02-21 | Finish first batch of render tests | jaseg | 1 | -1/+76 | |
2023-02-21 | Add cli test infrastructure | jaseg | 2 | -0/+43 | |
2023-02-21 | Fix copyright headers | jaseg | 20 | -20/+20 | |
2023-02-21 | layers: Fix single file handling | jaseg | 3 | -124/+41 | |
2023-02-21 | Fix tests | jaseg | 9 | -34/+68 | |
2023-02-21 | cli: Add merge command | jaseg | 4 | -94/+198 | |
2023-02-19 | cli: First draft of most of the CLI | jaseg | 8 | -109/+387 | |
2023-02-17 | Add CLI | jaseg | 7 | -23/+314 | |
2022-07-29 | fix: runtime errors on LayerStack#to_svg | Alessandro Racheli | 1 | -3/+3 | |
This commit removes some inexistent variables from the to_svg method of the LayerStack class | |||||
2022-07-03 | Fix zipfile writing when lazily loading | jaseg | 1 | -2/+2 | |
2022-07-03 | pretty svg: make render upright | jaseg | 1 | -4/+6 | |