KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Add a generator for capacitor networks. #320

Open Doeme opened 4 years ago

Doeme commented 4 years ago

This is basically just a copy of the R_Networks code, with some minor (i.e. drawing capacitors instead of resistors) and sedding s/resistor/capacitor/g.

It spans the following types:

It is still lacking the proper footprints though.

Here's an example of one network (or rather pack)

LibrEPhys-ADC-Analog Inputs-ADC Input 5 svg

poeschlr commented 4 years ago

Is there a symbol pull request?

Doeme commented 4 years ago

Alas, there is not, since I have not figured out how to auto-generate the footprints yet (and for the project that spawned this pull request I hand-crafted the one needed).

I've found some kicad-integrated generators (reached by the footprint-editor), should these be used?

poeschlr commented 4 years ago

https://github.com/pointhi/kicad-footprint-generator

Doeme commented 4 years ago

Oh, ok, cool. I can at some point include the C_ARRAY footprints there, but at the moment I'm rather preoccupied. It'll probably be 2 months until I work on it again. If somebody wants to step in: feel free! ;)