2025-08-07 15:43:08 +02:00
# **Personal KiCAD Symbol Library**

- [**Personal KiCAD Symbol Library** ](#personal-kicad-symbol-library )
- [Informationen ](#informationen )
2025-08-08 13:44:15 +02:00
- [Anleitung ](#anleitung )
2025-08-11 15:10:12 +02:00
- [MyCustomLib – KiCad Symbol Library ](#mycustomlib--kicad-symbol-library )
- [Direkteinbindung in KiCad 9 ](#direkteinbindung-in-kicad-9 )
2025-08-08 13:44:15 +02:00
- [**Fertiger sym-lib-table-Ausschnitt** ](#fertiger-sym-lib-table-ausschnitt )
2025-08-07 15:43:08 +02:00
- [License ](#license )
## Informationen
- [x] [Weitere KiCAD Symbole ](https://kicad.github.io/symbols/ )
2025-08-08 13:44:15 +02:00
## Anleitung
Hier eine saubere **Vorlage für ein GitHub-Repository** , damit andere deine **KiCad-Symbollibrary** direkt per URL in ihre `sym-lib-table` einbinden können.
2025-08-11 15:10:12 +02:00
### MyCustomLib – KiCad Symbol Library
2025-08-08 13:44:15 +02:00
2025-08-11 15:10:12 +02:00
Diese Bibliothek enthält Symbole für Bauteile aus dem Schaltschrankbau.
2025-08-08 13:44:15 +02:00
2025-08-11 15:10:12 +02:00
#### Direkteinbindung in KiCad 9
2025-08-08 13:44:15 +02:00
1. Schaltplan-Editor öffnen → `Einstellungen → Symbolbibliotheken verwalten`
2. Tab „Globale Bibliotheken“ oder „Projektbibliotheken“
3. „Hinzufügen“ klicken (`+` )
4. Name: `MyCustomLib`
5. URL (Raw-Link):
2025-08-11 15:10:12 +02:00
2025-08-08 13:44:15 +02:00
```plaintext
[https://raw.githubusercontent.com/ ](https://raw.githubusercontent.com/ )< USER > /< REPO > /main/MyCustomLib.kicad\_sym
```
2025-08-11 15:10:12 +02:00
2025-08-08 13:44:15 +02:00
6. Mit OK bestätigen – fertig.
---
## **Fertiger sym-lib-table-Ausschnitt**
```scheme
(lib (name MyCustomLib)
(type KiCad)
(uri https://raw.githubusercontent.com/MeinUser/my-kicad-symbols/main/MyCustomLib.kicad_sym)
(options "")
(descr "Eigene Symbolbibliothek von GitHub"))
```
---
2025-08-07 15:43:08 +02:00
## License
(c) 2025 - Adam Skotarczak