paulvdh
October 12, 2021, 12:03am
2
A problem with dates in the “official documentation” (which is a whole bunch of different files!) is that dates probably change each time a file is modified, but that does not mean that the whole document is current with that date. It may mean that just one small part of a single chapter has been changed at that date.
Currently the FAQ articles are the most up to date manuals for KiCad, and it’s also got a number of sub-subjects about library management:
https://forum.kicad.info/search?q=library%20management%20category%3A19
The two links below are probably the most relevant for you.:
Disclaimer: screenshots taken in nightly from between version 5.0 and 5.1. Version 5.0.x looks slightly different. Version 5.1.x will look like the screenshots show.
This is a detailed lecture. If you want to know how to simply add some assets you downloaded to KiCad then you can read the shorter tutorial How to get a downloaded symbol, footprint or full library into KiCad version 5?
Summary
KiCad does not automatically detect libraries! There is no special library location (you might still ca…
Disclaimer: Screenshots taken in a nightly from after the 5.0.x releases. (KiCad 5.0.x and 5.1.x will look very similar. KiCad version 4 had a very different symbol editor meaning this tutorial is not really suitable to teach symbol creation in KiCad version 4)
Symbol libraries are always a pair of files. A .lib file that contains the symbol data and a .dcm file that holds documentation information for aliases. Any interface with kicad will only list the .lib file as it knows that it can reach…
In short, the steps are:
Open the symbol editor.
Make sure you have a personal library in a location you can write to.
Copy a symbol into your own library.
Modify it as you like.
Save your personal library.
Add your personal library to the sym-lib-table file (Either global or project specific, KiCad has clickable menu’s for this).
If you can’t figure it out with this help, then tell us what steps you did and where you got stuck.
1 Like