KiCad / kicad-library-utils

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

R network split #325

Open evanshultz opened 4 years ago

evanshultz commented 4 years ago

Expand the script to make split (each resistor in its own unit) versions of all relevant resistor generators currently in the script.

Symbol PR: https://github.com/KiCad/kicad-symbols/pull/2667

evanshultz commented 4 years ago

Symbols have been merged.

vsergeev commented 4 years ago

:+1: Found this after looking for R_Pack04_US. I noticed that the US style is currently only generated for the R_Network* variety. It would be awesome to pick up the US styles for the R_Pack* symbols too, if possible. I would contribute a diff here, but after taking a closer look, it looks like the body generation would have to be factored out and probably affect all of the generate functions, which is a bit beyond a simple patch.