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

add --skip_existing flag to skip existing symbols/footprints #25

Closed Xyntexx closed 1 year ago

Xyntexx commented 1 year ago

Adds a --skip_existing flag for skipping schematic symbols that already exist in the library and footprint files that already exist in the footprint folder.

I find this feature useful if I have edited a footprint and don't want to overwrite my changes accidentally.

This flag will also skip creating 3d file if footprint file exists

TousstNicolas commented 1 year ago

Looks good to me and works on my side, I merge the PR. Thanks for your contributions !