Categories
Tags
178 words
1 minutes
KiCad Library
Import with Import-LIB-KiCad-Plugin
Waiting for api.github.com...
This plugin does not pull anything online, instead it helps manage those already downloaded. Footprints/symbols are sorted by their sources.
Folder of the library to import
is where you put the .zip files from UltraLibrarian, SnapEDA and other platforms.Library save location
is where the converted library locates.
- Configure an environmental path via Preference -> Configure paths -> Environment Variables.
Name | Path |
---|---|
KICAD_3RD_PARTY | Library save location |
For me there’s already a KICAD9_3RD_PARTY
, I guess that’s sort of official variable and could be ignored.
- When import something, put the .zip file under
Folder of the library to import
, go back to impartGUI window and pressStart
, then the converted component will be in their corresponding lib file. It throws a warning that the specific lib file is not included in the workspace when component from that platform is imported for the first time. You just include it.
e.g. when SnapEDA is used for the first time:
Includes the footprint library (a folder ends with .pretty)
Includes the symbol library (.sym).
I notice that this plugin also puts the .step file in a xxx.3dshapes
folder, that worths a star on Github.