devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
174 stars 46 forks source link

Feature Request: Connector output format (maybe more) #35

Closed ANWatson closed 6 years ago

ANWatson commented 6 years ago

Great tool, but an excellent feature would be to add a connector output format for Eg DIP headers similar to that implemented on the rohrbacher web tool - see attached pic.

I'm breadboarding an STM32 project from the LQFP144 package on an adapter board and this would be SUPER useful for labeling the pins on the breakout connectors. ie create 4 36 pin connectors in the "CONN1" style in the picture capture

Maybe I can have a crack at it over the weekend

xesscorp commented 6 years ago

This is easy enough to do. List your pins in order in the "Pin" column: 1,2,3,4,5,... Then in the "Side" column, just alternate: left, right, left, right, left, ...