kicad libraries!
For a list of components see here.
For conventions used see the official KiCad Library Conventions.
- F9.3 violation: no
${KICAD6_3DMODEL_DIR}/
prefix for the model path, as this is not supposed to be committed to the official kicad libs
Kicad currently (6.0.10) does not support relative 3D-Paths and the "3D-Search-Path" seems to be undocumented.
To have the footprints include the 3D models from this library you have to add an environment variable called KICAD_LIB_LNIC_DIR
with the absolute path to the library on your system.
- Preferences -> Configure Paths
- Click the add (+) button in the Environment Variable section
- Enter
KICAD_LIB_LNIC_DIR
as the name - Click inside the Path text field, then on the folder icon and choose the library folder (src)