TousstNicolas / JLC2KiCad_lib

JLC2KICAD_lib is a python script that generate a component library (schematic, footprint and 3D model ) for KiCad from the JLCPCB/easyEDA library.
MIT License
228 stars 42 forks source link

modified JLC importer to create one library per component #31

Closed napowderly closed 1 year ago

TousstNicolas commented 1 year ago

Hi, thank you for your contribution.

Looks good to me, works as expected.

napowderly commented 1 year ago

Thanks! I found there was a bug that adding multiple parts to the same library would create mismatch bracketing errors. Might me a more elegant way to do this, but it did solve the problem for me.

TousstNicolas commented 1 year ago

Was it the same issue as mentioned in #30 ? It was caused by a bad substitution in the kicad_sym when trying to add other components.

napowderly commented 1 year ago

Yeah seems to be the same problem.