2025-08-08 13:44:15 +02:00
2025-08-07 15:43:08 +02:00
2025-08-07 15:43:08 +02:00
2025-08-08 13:44:15 +02:00
2025-08-08 13:44:15 +02:00
2025-08-07 15:43:08 +02:00
2025-08-07 15:43:08 +02:00
2025-08-08 13:44:15 +02:00
2025-08-08 13:44:15 +02:00
2025-08-08 13:44:15 +02:00

Personal KiCAD Symbol Library

LOGO

Informationen

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.

Inhalt README.md (Beispiel)

MyCustomLib KiCad Symbol Library

Diese Bibliothek enthält Symbole für XYZ-Bauteile.

Direkteinbindung in KiCad 9
  1. Schaltplan-Editor öffnen → Einstellungen → Symbolbibliotheken verwalten
  2. Tab „Globale Bibliotheken“ oder „Projektbibliotheken“
  3. „Hinzufügen“ klicken (+)
  4. Name: MyCustomLib
  5. URL (Raw-Link):
[https://raw.githubusercontent.com/](https://raw.githubusercontent.com/)<USER>/<REPO>/main/MyCustomLib.kicad\_sym
  1. Mit OK bestätigen fertig.


Fertiger sym-lib-table-Ausschnitt

(lib (name MyCustomLib)
     (type KiCad)
     (uri https://raw.githubusercontent.com/MeinUser/my-kicad-symbols/main/MyCustomLib.kicad_sym)
     (options "")
     (descr "Eigene Symbolbibliothek von GitHub"))

License

(c) 2025 - Adam Skotarczak

Description
Symbolbibliotek für KiCAD
Readme 8.6 MiB
v0.6.0 Latest
2025-09-02 07:57:33 +02:00
Languages
SVG 100%