| .. | ||
| ET-Footprints.pretty | ||
| ET-Symbols.kicad_sym | ||
| README.md | ||
How to use
If you want to use the libraries follow theese steps:
- Clone the git-repo into an accessible folder
- Open KiCAD
- Go to "Preferences" -> "Manage Symbol Libraries..."
- You can choose between creating a global or project specific library entry (I would suggest global, so that you can use the libraries in future projects)
- Hit the "+" button
- As "Nickname" enter "ET-Symbols"
- In "Library Path" hit the "folder" button to browse your filesystem
- Select the "ET-Symbols.kicad_sym" file in /Library
- Hit "OK" this might take a few seconds
- Repeat 3. to 9. using "Manage Footprint Libraries". Use "ET-Footprints" as nickname and select the "ET-Footprints.pretty" folder as library path
Now you should be able to use the libaries as expected in KiCAD
Author Myrdin Meyer (Tutorial was made according to KiCAD V9.0 things might be subject to change)