kicad-footprint-generator icon indicating copy to clipboard operation
kicad-footprint-generator copied to clipboard

creating kicad footprints using python scripts

Results 101 kicad-footprint-generator issues
Sort by recently updated
recently updated
newest added

BGA-320 footprint for the Cologne Chip GateMate FPGA (18x18 matrix with 4 balls removed). Matching symbol PR KiCad/kicad-symbols#2578 Matching footprint PR KiCad/kicad-footprints#2183 [Datasheet](https://colognechip.com/docs/gatemate-ccgm1a-datasheet.pdf) [Footprint preview](https://github.com/pointhi/kicad-footprint-generator/files/5182901/BGA-320_15.0x15.0mm_Layout18x18_P0.8mm.pdf)

I wrote this script (and YAML file) to generate nearly every common vertical configuration of the Samtec [Q Strip](https://www.samtec.com/connectors/high-speed-board-to-board/mezzanine/qstrip) and [Q Pairs](https://www.samtec.com/connectors/high-speed-board-to-board/mezzanine/qpairs) connector families. It was developed as a result...

Pointhi pending

Add WR-PHD Bottom Entry series: - Standard: https://www.we-online.com/catalog/en/PHD_2_54_DUAL_SOCKET_HEADER_BOTTOM_ENTRY_6130XX25721/ - Large: https://www.we-online.com/catalog/en/PHD_2_54_DUAL_SOCKET_HEADER_BOTTOM_ENTRY_LARGE_6130XX216921/ - SMD: https://www.we-online.com/catalog/en/PHD_2_54_SMT_DUAL_SOCKET_HEADER_BOTTOM_ENTRY_6100XX243021/ All the current references available are created (scripted, footprint + 3D model). The screenshots below shows...

Microchip_FCG1152_35x35mm_Layout34x34_P1.0mm These packages are defined for the PolarFire SoC's in ug0902 here: https://www.microsemi.com/document-portal/doc_download/1244577-ug0902-polarfire-soc-fpga-packaging-and-pin-descriptions-user-guide --- I wasn't sure about the names, should the Microchip prefix be there? Should FCG & FCVG...

Fixes https://github.com/pointhi/kicad-footprint-generator/issues/420 Because IPC tells us there are differences in the body sizes, not all chip parts should result in the same footprints. This generates unique footprints for each part...

bug

Request to merge config for Infineon_PG-DSO-8-59

FP PR problem

Footprint Datasheet: http://www.ti.com/lit/ml/mpqf051a/mpqf051a.pdf Footprint is used in http://www.ti.com/lit/ds/symlink/tusb4020bi.pdf

Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_6x8mm_MN_C04172A.pdf

As mentioned at https://github.com/pointhi/kicad-footprint-generator/pull/604#issuecomment-700885439, I broke custom names that used the pincount. This fixes that. At least, the `test_hidden_deleted_pins.yaml` footprints still generate with the correct names and `soic.yaml` runs cleanly...