EasyEDAFootprintScraper
EasyEDAFootprintScraper copied to clipboard
Download EasyEDA footprints for KiCAD. Suitable for JLC PCB SMT Assembly
How to reproduce it: Convert any LCSC component, for example `C319164`. `./fetchComponent.py fetchlcsc --kicadLib test.pretty --force C319164` The output `test.3dshapes` contains bigger models than the PCB footprints. Workaround: Set scale...
Like mentioned in the readme, it seems that some LCSC codes do not work, the search works but getting the component details do not. For instance, for code C168704, it...
JSON structure changed, "BOM_Supplier Part" is now "Supplier Part"
to make it work I had to make this small changes, after that it worked really great
From README of this repo: > The script segfaults on exit - this is a bug in KiCAD (see [issue](https://gitlab.com/kicad/code/kicad/-/issues/6850)) It looks like that issue (https://gitlab.com/kicad/code/kicad/-/issues/6850) is closed now, and...
I spent about 15 minutes trying to get this to run on my system, but I have been unable to figure out how to install prerequisites appropriately or how it...
Hello, thanks for your work. Unfortunately it seems to not work for me. ``` ~/test$ ./fetchComponent.py fetchlcsc --kicadLib test.pretty --force C393941 Warning: unsupported layer id: 101 Warning: unsupported layer id:...
here is the error detail ``` & 'C:\Program Files\KiCad\7.0\bin\python.exe' ./fetchComponent.py fetchlcsc --kicadLib test.pretty --force C558438 Traceback (most recent call last): File "C:\Users\Arslan\Documents\KiCad\7.0\scripting\plugins\EasyEDAFootprintScraper\fetchComponent.py", line 264, in cli() File "C:\Users\Arslan\Documents\KiCad\7.0\3rdparty\Python39\site-packages\click\core.py", line 1130,...
`0.593 E: The repository 'https://ppa.launchpadcontent.net/kicad/kicad-6.0-releases/ubuntu noble Release' does not have a Release file.` complete log: ``` [+] Building 1.1s (9/14) docker:desktop-linux => [internal] load build definition from Dockerfile 0.0s =>...