devbisme / KiPart

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

Multiple asterisk prefixes denote multiple spaces #69

Closed dnschneid closed 1 year ago

dnschneid commented 1 year ago

This allows shorthand for adding multiple spaces:

pin1
***
pin2
**pin3

expands into

pin1
_
_
_
pin2
_
_
pin3
devbisme commented 1 year ago

Thanks for the change. Released in 1.3.0.