Is there a script which generates terminal block footprints?

The KiCad library FAQ says “Many files in the KiCad library are generated from script sources.”

Where can I find those scripts? In particular, I’m wondering if the terminal block footprints were generated by a script. I need a terminal block which isn’t currently in the library, and if there is a script that generates them, that would make it easier.

Thanks!

I don’t know about those particular footprints (they may have come from http://smisioto.no-ip.org/elettronica/kicad/kicad-en.htm) but you could look in https://github.com/pointhi/kicad-footprint-generator/tree/master/scripts for generator scripts.

3 Likes

I created a script for generating terminal block footprints by running one of the existing footprints through footprint-to-script and then doing manual edits to clean it up, parameterize it, and make it KLC-compliant.

Are there any scripts for generating schematic library symbols? Or are there only scripts for generating footprints?

1 Like

There are some symbol scripts among the tools listed here …

4 Likes