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 | Add missing package data | jaseg | 3 | -1/+1 | |
2024-07-08 | protoboard: Fix bug with empty points in breadboard rendering | jaseg | 1 | -20/+22 | |
2024-07-08 | kicad: Bring file format up to current 8.99 nightly | jaseg | 6 | -30/+52 | |
2024-07-07 | protoboard: improve permanent breadboard rail rendering | jaseg | 1 | -0/+7 | |
2024-07-07 | protoboard: improve permanent breadboard rendering | jaseg | 1 | -19/+33 | |
2024-07-07 | protoboard: Add permanent breadboard rendering | jaseg | 4 | -23/+288 | |
2024-07-07 | Add starburst pattern | jaseg | 4 | -2/+106 | |
2024-07-07 | protoboard: Finish up sides of Alio better | jaseg | 3 | -13/+37 | |
2024-07-07 | protoboard: add split front/back view in webthing | jaseg | 3 | -14/+36 | |
2024-07-07 | protoboard: Fix alio and two-sided SMD rendering | jaseg | 1 | -9/+20 | |
2024-07-07 | protoboard: Improve layout distribution and index rendering | jaseg | 1 | -11/+21 | |
2024-07-07 | protoboard: Improve layout packing | jaseg | 1 | -2/+45 | |
2024-07-07 | protoboard: Improve row/column numbering | jaseg | 1 | -16/+42 | |
2024-07-07 | protoboard: reduce hole keepout margins | jaseg | 1 | -1/+1 | |
2024-07-07 | protoboard: improve border handling | jaseg | 1 | -29/+63 | |
2024-07-07 | protoboard: fix column label alignment | jaseg | 2 | -3/+4 | |
2024-07-07 | Fix THT flower proto area | jaseg | 3 | -8/+30 | |
2024-07-07 | Spiky proto also works now | jaseg | 3 | -5/+6 | |
2024-07-07 | Protoboard: All layouts except for spiky proto work | jaseg | 2 | -126/+140 | |
2024-07-06 | Protoboard generator WIP | jaseg | 3 | -30/+66 | |
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 | |