devbisme / KiPart

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

Issue with multiple units symbol #48

Closed ngocminhdao88 closed 4 years ago

ngocminhdao88 commented 4 years ago

I cannot create multiple units symbol, when the manufacture's number or symbol's description field is populated.

I am using KiPart 0.1.42

CSV file i used with KiPart: sample_csv.zip

Content of working and non-working lib file:

non-working

nonworking_symbol

working

working_symbol

xesscorp commented 4 years ago

I found an error and fixed it. Please install the modified program:

pip install -U git+https://github.com/xesscorp/KiPart

If the error is fixed, please close this issue. Then I will upload the modified program to Pypi.