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

Feature Request: Prefix Symbol, Footprint and 3D Model with LCSC number #71

Closed jj-uk closed 3 months ago

jj-uk commented 4 months ago

I'd like the LCSC part number to prefix the Symbol name, Footprint Name and 3D Model name, in the format Cxxxxx_<name>.

This will aid finding a part in the Library without the need to "search".

TousstNicolas commented 3 months ago

Hi,

The LCSC part number is already included in the "keywords" section of each components. Therefore you can already search for the LCSC part number in your library.

image