7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-15 11:59:20 +00:00

Add fp lib table entry and readme

This commit is contained in:
Rene Pöschl 2017-11-30 00:34:07 +01:00
parent e08592fee3
commit b2094347fd
2 changed files with 16 additions and 0 deletions
Connector_Wago.pretty
fp-lib-table

View File

@ -0,0 +1,15 @@
# Connector_Wago.pretty
This library contains footprints for Wago connectors
---
Specialized scripts are used to generate the following connectors:
- 734 vertical and horizontal
Script details:
- author: Poeschl Rene
- script location: https://github.com/pointhi/kicad-footprint-generator/tree/master/scripts/Connector/Connector_Wago/
- used config file: config_KLCv3.0.yaml
- python version: 3.6.2

View File

@ -33,6 +33,7 @@
(lib (name Connector_Phoenix_MSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MSTB.pretty)(options "")(descr "Phoenix MSTB connector footprints"))
(lib (name Connector_RJ)(type KiCad)(uri ${KISYSMOD}/Connector_RJ.pretty)(options "")(descr "Registered Jack (RJ) connector footprints (e.g. RJ11, RJ45, ...)"))
(lib (name Connector_USB)(type KiCad)(uri ${KISYSMOD}/Connector_USB.pretty)(options "")(descr "USB connector footprints"))
(lib (name Connector_Wago)(type KiCad)(uri ${KISYSMOD}/Connector_Wago.pretty)(options "")(descr "Wago connector footprints"))
(lib (name Connector_SATA_SAS)(type KiCad)(uri ${KISYSMOD}/Connector_SATA_SAS.pretty)(options "")(descr "SATA/SAS connector footprints"))
(lib (name Connector)(type KiCad)(uri ${KISYSMOD}/Connector.pretty)(options "")(descr "generic/unsorted connector footprints"))
(lib (name Crystal)(type KiCad)(uri ${KISYSMOD}/Crystal.pretty)(options "")(descr "Crystal footprints"))