devbisme / KiPart

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

Make field locations consistent between top-left and centered origin #73

Closed dnschneid closed 1 year ago

dnschneid commented 1 year ago

Refactors a little bit to split the pin location calculations from the output generation, so we can use the calculation results to affect the field locations.

dnschneid commented 1 year ago

(marked as draft since it builds on top of the pin length scaling, mainly out of laziness :) )

devbisme commented 1 year ago

Finally got around to testing your PR. Looks good! Thanks for putting in the effort. I released the new version 1.4.0 on PyPi.