Is there a Plugin/Script for LCSC or EasyEDA SMT?

Coming from EasyEDA, I miss a simple way of assigning a part value/package/footprint from LCSC part number.
I imagine there is a plugin somewhere where I can just enter a LCSC(or other) part number, and instantly get the correct value, footprint and price into the BOM.

I have not used it myself, but apparently you can now (KiCad V8) directly install libraries from EasyEDA in KiCad. KiCad does not search for libraries (not even it’s own). You have to add the libraries manually via Preferences / Manage Symbol Libraries and Preferences / Manage Footprint Libraries. I suggest you start by learning how this interface work. Create an empty (project specific) library, and put some parts in it. Also read the manual about this library interface.

Some of the things you want is provided by this plugin:

It’s more for generating gerber, BOM and pick and place files, but I think it provides stock and prices as well (at least in the development version)
I don’t like JLC symbols and footprints, so I use those provided by KiCAD libraries or make my own.
If you want to manually download symbols, footprints and 3D models then this is a helpful tool. You run it with a LCSC p/n as a parameter and it downloads everything for you (you can download multiple p/n’s at the same time):

Has anyone instructions which I can understand for this plugin.

The documentation at the GitHub starts with things like,

pip install JLC2KiCadLib

which mean approximately nothing to me a Windows 10 user.

Looks like Linux stuff is what I am saying.

You don’t need to install pip seperately on Windows!

python is bundled with KiCad.
Open “KiCad 8.0 Command Prompt” and enter the commands there.

1 Like

Our team is using KiCad 7 at this time.
I see no “command prompt”

Is there no way our team can succeed with out risking the move to KiCad 8?

Still fighting this install.

I guess there are a lot of assumptions made by the JLC2KICAD_lib about which my computer or I do not meet.

Enter “KiCad 7.0 Command Prompt” in Windows Start menu.

The “deletme logic” seems like a windows trouble workaround, I guess that if you’s try to convert/work on on a Linux computer, you’d be done by now.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.