https://github.com/bschwind/kicad-parts
https://github.com/bschwind/kicad-parts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bschwind/kicad-parts
- Owner: bschwind
- License: apache-2.0
- Created: 2022-11-12T07:41:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T04:56:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T17:51:46.475Z (about 1 year ago)
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# kicad-parts
A personal collection of KiCad footprints/symbols/3D models for my PCB projects.
## Usage
Clone this repo into a directory somewhere withing your project and add it as
a project-specific library under Preferences -> Manage Footprint/Symbol Libraries.
Example:
```
some_kicad_project
├── README.md
├── extra-parts
│ ├── kicad-parts
│ │ ├──
├── some_kicad_project.kicad_pcb
├── some_kicad_project.kicad_pro
├── some_kicad_project.kicad_sch
```