Hi everyone, I am facing difficulty in creating my own libraries (symbols and footprints) and filling them up with symbols and footprints from the online global library which is available by default.
Q.1 I have already created a symbol and a footprint library, (MyFootprints.pretty and MySymbols.kicad.symbol) but how do I populate these libraries with data?
Q.2 Can I have different types of symbols and footprints in the same library, for example, can I have discrete semiconductors, switches, connectors all in the same library?
Q.3 How can I copy and paste a library from the default global library to my own library?
I hope my questions are clear, in case of any doubts please let me know.
Thanks in advance.
If you haven’t, read jmk’s FAQ which answers some of your questions:
As for Q2, yes you can but it’s like tossing all your belongings in one big bin. You might want to plan some categories. See the FAQ.
What do you mean by this, the default libraries are installed locally?
I open symbol I want to have as a start to make new symbol and after clicking at it in library tree on the left (may be right clicking (can’t check now)) I select Save-As then can select library, change name and I have a copy where I want it.
As I don’t see KiCad libraries (don’t have them in my list) footprints from KiCad library I select by their names and use my file manager (I use FreeCommander) to copy them (footprints are files) into my library. Then (having them in my library) I see them so can select which one is the best, delete the others and start to modify the selected one.
May be you will find some help in what I have written in past:
In KiCad the symbol editor and the footprint editor double up as the library management tools. In the symol editor you can copy a symbol from one library to another, but all libraries have to be added to the library table first. KiCad does not search for libraries.
If you have a symbol that is in a schematic only, then:
- Hover the mouse over it.
- Press e to edit it’s properties.
- Press on the Edit Symbol button to load it in the symbol editor.
- In the Symbol Editor, save it to your new library.
You can also open two instances of the symbol editor and then copy & paste between them.
Reading the manual also helps. If I press on the Help button in the schematic editor, it opens a browser with:
file:///usr/share/doc/kicad/help/en/eeschema.html#symbols-and-symbol-libraries
The same document is also available via:
(On the KiCad websites, you can also switch between the documentation of different KiCad versions, and different languages).