Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-19 | kicad: Add copy_placement method to footprints | jaseg | 1 | -0/+8 | |
Moving footprints around is ugly because of kicad's really weird way of specifying sub-object coordinates and rotations. This commit adds a helper method to deal with that. | |||||
2024-07-19 | kicad: Make reprs more reasonable | jaseg | 1 | -2/+2 | |
This excludes parent back-links from reprs, which would previously blow up the repr of many objects. | |||||
2024-07-19 | kicad: Improve net access | jaseg | 1 | -8/+6 | |
This adds net_name and net_index properties to a bunch of objects that automatically look into the (net s-expr of the object | |||||
2024-07-19 | kicad: Make point lists more ergonomic | jaseg | 1 | -7/+7 | |
This commit removes the unnecessary "PointList" wrapper class, and just puts regular python lists in its place. | |||||
2024-07-19 | kicad: Add bounding box support to lots of s-expr objects | jaseg | 1 | -2/+1 | |
2024-07-19 | kicad: Fixes for latest git version | jaseg | 1 | -5/+9 | |
2024-07-17 | Update KiCad PCB format support to 8.99 | jaseg | 1 | -1/+2 | |
2024-07-08 | kicad: Bring file format up to current 8.99 nightly | jaseg | 1 | -5/+19 | |
2024-07-07 | Spiky proto also works now | jaseg | 1 | -3/+3 | |
2023-10-26 | Fix failing test cases | jaseg | 1 | -14/+15 | |
2023-10-26 | Fix all failing tests that don't involve kicad-cli | jaseg | 1 | -19/+19 | |
2023-10-10 | Run more sims | jaseg | 1 | -1/+1 | |
2023-10-06 | Add missing simulation yamls | jaseg | 1 | -2/+18 | |
2023-09-22 | Trace connectivity WIP | jaseg | 1 | -27/+0 | |
2023-09-20 | coil gen: add kicad pcb export | jaseg | 1 | -0/+7 | |
2023-09-19 | Multilayer coil WIP | jaseg | 1 | -1/+36 | |
2023-07-20 | Schematic rendering WIP | jaseg | 1 | -1/+1 | |
2023-07-17 | kicad: Improve API and fix kicad-nightly compat | jaseg | 1 | -13/+68 | |
2023-07-07 | Improve auto layout API | jaseg | 1 | -4/+105 | |
2023-07-06 | kicad: Fix layers attribute handling and improve rotation API | jaseg | 1 | -2/+15 | |
2023-07-05 | kicad: Fix Footprint.property_value | jaseg | 1 | -2/+7 | |
2023-07-05 | Improve coil gen, and fix some kicad s-expr issues | jaseg | 1 | -5/+0 | |
2023-06-29 | Fix some failing unit tests | jaseg | 1 | -3/+7 | |
2023-06-29 | kicad: Extend query API | jaseg | 1 | -1/+46 | |
2023-06-20 | Add twisted coil gen | jaseg | 1 | -3/+3 | |
2023-06-14 | Coil gen done | jaseg | 1 | -1/+4 | |
2023-06-12 | Add basic KiCad PCB file format support | jaseg | 1 | -43/+8 | |
2023-04-30 | Fix failing kicad tests | jaseg | 1 | -2/+2 | |
2023-04-29 | Freeze apertures and aperture macros, make gerbonara faster | jaseg | 1 | -32/+42 | |
2023-04-26 | Speed up protoboard generation | jaseg | 1 | -1/+16 | |
2023-04-26 | Fix all failing footprint tests | jaseg | 1 | -11/+11 | |
2023-04-26 | Fix last failing tests. Rerun pending. | jaseg | 1 | -13/+44 | |
2023-04-25 | WIP | jaseg | 1 | -1/+1 | |
2023-04-25 | Fix more tests | jaseg | 1 | -17/+80 | |
2023-04-24 | Fixing more tests | jaseg | 1 | -12/+31 | |
2023-04-23 | Fix a bunch of failing tests | jaseg | 1 | -12/+37 | |
2023-04-22 | kicad unit tests WIP | jaseg | 1 | -25/+56 | |
2023-04-20 | Fix a bunch of bugs on the way to electroniceel's protoboard layout | jaseg | 1 | -4/+6 | |
2023-04-19 | Basic KiCad footprint rendering works | jaseg | 1 | -7/+284 | |
2023-04-15 | cad: Add KiCad symbol/footprint parser | jaseg | 1 | -0/+316 | |