agg-kicad
agg-kicad copied to clipboard
KiCAD libraries, footprints, and scripts
Ideally use `python3` if present. If it isn't, use `python2`. If neither are present, print an error explaining the situation. It is an improbable, but permissible, situation for a system...
I liked the script but didn't have all the supplier fields setup for all parts and don't need them for most basic components so I added to option to generate...
Unless I'm completely mistaken, the 3D models we reference have moved locations in new(ish) versions of KiCAD... e.g.: `Housings_SOIC.3dshapes` is now `Package_SO.3dshapes` `Resistors_SMD.3dshapes` is now `Resistor_SMD.3dshapes` But worse, the name...
What should be the recommended practice for symbols that have pins which are officially declared as N/C but that the data sheet suggests may be grounded or left floating as...
Make a neat service that sees new pull requests, notices if there are any new .yaml or .kicad_mod files, and if so, renders them and comments with a picture.
Dealing with multiple pull requests is rather a pain at the moment because pretty much all PRs include unmergeable changes to the `agg-kicad.[lib|pro]` files. It would be much easier to...
Assuming we are willing to make some deviations from datasheets (which are usually awful), it would be good to have a consistent style for pin naming. For example: * Clearly...
Check either we're on top+btm or left+right, that ref and val are the right way around, that they are 0'd on the correct coordinate, and that the other coordinate is...