Age | Commit message (Expand) | Author | Files | Lines |
2023-07-04 | Fix failing symbol tests | jaseg | 4 | -4/+14 |
2023-07-04 | kicad: Small file format fixes | jaseg | 1 | -7/+7 |
2023-07-03 | Fix arc bounding box calculation for full circles | jaseg | 1 | -0/+4 |
2023-07-03 | Fix handling of circles on outline layer | jaseg | 2 | -0/+10 |
2023-07-03 | Fix variable expression rendering | jaseg | 1 | -1/+1 |
2023-07-03 | Fix GerberX2 attribtue handling | jaseg | 1 | -1/+1 |
2023-07-01 | Fix test when ran with pytest-xdist | jaseg | 1 | -0/+1 |
2023-06-29 | Remove obsolete workaround for breakage in kicad-cli | jaseg | 1 | -6/+0 |
2023-06-29 | Fix some failing unit tests | jaseg | 2 | -4/+8 |
2023-06-29 | kicad: Extend query API | jaseg | 5 | -37/+159 |
2023-06-21 | Fix pcb stackup handling | jaseg | 2 | -4/+119 |
2023-06-20 | Add twisted coil gen | jaseg | 1 | -3/+3 |
2023-06-14 | Add missing file for initial PCB support | jaseg | 1 | -0/+348 |
2023-06-14 | Coil gen done | jaseg | 1 | -1/+4 |
2023-06-12 | stroke WIP | jaseg | 1 | -6/+8 |
2023-06-12 | Add basic KiCad PCB file format support | jaseg | 6 | -57/+162 |
2023-05-08 | rework WIP | jaseg | 2 | -132/+176 |
2023-05-07 | Extend breakout generator | jaseg | 1 | -0/+38 |
2023-05-07 | Add pad ring generator | jaseg | 2 | -1/+102 |
2023-05-05 | protoserve: Add some input validation | jaseg | 2 | -109/+157 |
2023-04-30 | Remove broken aperture macro optimization | jaseg | 1 | -3/+3 |
2023-04-30 | Fix dropped aperture macro names | jaseg | 2 | -3/+2 |
2023-04-30 | Fix remaining unit tests | jaseg | 8 | -154/+140 |
2023-04-30 | Fix failing kicad tests | jaseg | 3 | -8/+8 |
2023-04-30 | protoserve: Add ALio layout | jaseg | 2 | -5/+69 |
2023-04-30 | Finish macro-based alio layout | jaseg | 3 | -21/+12 |
2023-04-30 | Alio macros WIP | jaseg | 3 | -22/+83 |
2023-04-30 | protoboard: add ALio layout by arief ibrahim adha | jaseg | 2 | -6/+104 |
2023-04-29 | protoserve: Adjust margins and clearance defaults | jaseg | 4 | -15/+18 |
2023-04-29 | protoserve: Fix error with empty layouts | jaseg | 1 | -2/+2 |
2023-04-29 | Protoserve fixes, add doc to protoboard.py | jaseg | 3 | -7/+35 |
2023-04-29 | Fix incorrect aperture macro outline primitive point count | jaseg | 1 | -1/+1 |
2023-04-29 | Fix aperture macro rotation issue and add missing data files | jaseg | 8 | -8/+77 |
2023-04-29 | Freeze apertures and aperture macros, make gerbonara faster | jaseg | 8 | -413/+381 |
2023-04-26 | Speed up protoboard generation | jaseg | 7 | -12/+54 |
2023-04-26 | Add spiky layout to protoserve | jaseg | 3 | -1/+18 |
2023-04-26 | Finish spiky proto layout by electroniceel | jaseg | 1 | -5/+25 |
2023-04-26 | Export flashes as svg <use> tags | jaseg | 3 | -18/+46 |
2023-04-26 | Fix aperture macro svg output rotation | jaseg | 1 | -6/+6 |
2023-04-26 | Fix all failing footprint tests | jaseg | 2 | -12/+26 |
2023-04-26 | Fix last failing tests. Rerun pending. | jaseg | 6 | -30/+81 |
2023-04-25 | WIP | jaseg | 2 | -4/+4 |
2023-04-25 | Fix more tests | jaseg | 3 | -22/+124 |
2023-04-24 | Fixing more tests | jaseg | 5 | -22/+49 |
2023-04-23 | Fix a bunch of failing tests | jaseg | 5 | -34/+180 |
2023-04-23 | Simplify stroked arc bounding box calculation | jaseg | 1 | -17/+2 |
2023-04-22 | kicad unit tests WIP | jaseg | 8 | -69/+360 |
2023-04-20 | Fix a bunch of bugs on the way to electroniceel's protoboard layout | jaseg | 7 | -22/+46 |
2023-04-19 | Fix serialization bug with aperture macro comments | jaseg | 1 | -1/+1 |
2023-04-19 | Basic KiCad footprint rendering works | jaseg | 8 | -29/+527 |