Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-19 | kicad: add rotation method to circles and polygons | jaseg | 1 | -5/+12 | |
2024-07-19 | Kicad: add missing zone connection Atom | jaseg | 1 | -1/+1 | |
2024-07-19 | kicad: small syntax fix | jaseg | 1 | -1/+1 | |
2024-07-19 | kicad: Fix bug in footprint search | jaseg | 1 | -2/+2 | |
2024-07-19 | kicad: Fix footprint rotation | jaseg | 1 | -6/+6 | |
Previously, footprint rotation was mirrored compared with everything else in the kicad API | |||||
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 | 2 | -4/+4 | |
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 | 3 | -14/+29 | |
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: Add nicer width access | jaseg | 2 | -15/+24 | |
This commit straightens up the mess a bit with kicad's two conflicting "width" fields in different file format versions. The new variant is preferred when saving, but the old variant is accepted as API | |||||
2024-07-19 | kicad: Make point lists more ergonomic | jaseg | 5 | -22/+29 | |
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 | 5 | -29/+53 | |
2024-07-19 | kicad: Update empty PCB template for 8.99 | jaseg | 1 | -9/+9 | |
2024-07-19 | kicad: Small fixes to 8.99 compatibility | jaseg | 1 | -1/+1 | |
2024-07-19 | kicad: Fixes for latest git version | jaseg | 3 | -11/+16 | |
2024-07-18 | Fix symbol round trip tests | jaseg | 1 | -2/+2 | |
2024-07-18 | kicad: Fix bug when searching pads with empty nets | jaseg | 1 | -1/+1 | |
2024-07-18 | kicad: Improve compatibility with old symbol files | jaseg | 2 | -1/+19 | |
2024-07-17 | Update KiCad PCB format support to 8.99 | jaseg | 3 | -31/+49 | |
2024-07-08 | kicad: Bring file format up to current 8.99 nightly | jaseg | 6 | -30/+52 | |
2024-07-07 | Spiky proto also works now | jaseg | 1 | -3/+3 | |
2024-05-28 | kicad_sch render: Fix nightly import and wire rendering | jaseg | 4 | -6/+7 | |
2023-10-26 | Fix failing test cases | jaseg | 5 | -42/+78 | |
2023-10-26 | Fix all failing tests that don't involve kicad-cli | jaseg | 6 | -145/+70 | |
2023-10-12 | Add coil test board gen | jaseg | 1 | -0/+1 | |
2023-10-10 | Run more sims | jaseg | 1 | -1/+1 | |
2023-10-06 | Add missing simulation yamls | jaseg | 2 | -3/+19 | |
2023-09-26 | WIP | jaseg | 1 | -91/+42 | |
2023-09-26 | cli: Add kicad schematic svg rendering | jaseg | 5 | -42/+75 | |
2023-09-22 | WIP | jaseg | 1 | -1/+1 | |
2023-09-22 | Trace connectivity WIP | jaseg | 3 | -43/+135 | |
2023-09-20 | coil gen: add kicad pcb export | jaseg | 2 | -7/+75 | |
2023-09-19 | Multilayer coil WIP | jaseg | 6 | -25/+166 | |
2023-07-22 | Add line wonkifier | jaseg | 2 | -21/+187 | |
2023-07-22 | Add tmtheme support | jaseg | 4 | -9/+81 | |
2023-07-22 | Made junctions smaller | jaseg | 1 | -2/+2 | |
2023-07-22 | Subsheet rendering works too | jaseg | 2 | -14/+45 | |
2023-07-22 | Rendering looks pretty good | jaseg | 1 | -0/+7 | |
2023-07-21 | WIP | jaseg | 3 | -23/+37 | |
2023-07-21 | symbol pin rendering works | jaseg | 2 | -14/+61 | |
2023-07-21 | WIP | jaseg | 1 | -6/+9 | |
2023-07-21 | WIP | jaseg | 3 | -92/+45 | |
2023-07-21 | WIP | jaseg | 1 | -1/+5 | |
2023-07-21 | WIP | jaseg | 2 | -42/+85 | |
2023-07-21 | Schematics WIP | jaseg | 2 | -49/+56 | |
2023-07-21 | Kicad schematic rendering WIP | jaseg | 3 | -26/+82 | |
2023-07-20 | Fix line rendering | jaseg | 3 | -9/+8 | |
2023-07-20 | Schematic rendering WIP | jaseg | 6 | -105/+627 | |
2023-07-18 | Make kicad eat schematics written by gerbonara | jaseg | 3 | -16/+32 | |
2023-07-18 | kicad: Add schematic file format support | jaseg | 5 | -24/+321 | |
2023-07-17 | kicad: Improve API and fix kicad-nightly compat | jaseg | 6 | -26/+268 | |