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
237 stars 41 forks source link

Include LCSC part numbers as a symbol property #11

Closed Alyssa3467 closed 2 years ago

Alyssa3467 commented 2 years ago

Since JLCPCB wants LCSC part numbers in the BOM and it's one of the command line arguments, it might be beneficial to add that information to the symbol.

TousstNicolas commented 2 years ago

Thanks for your issue.

I Added the property 'LCSC' to the symbol which contain the LCSC part number. It will now be present in the BOM. You can update the package from pip to get it the last version of the package.

I will let you close it if the issue is solved for you.