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

Add script to generate footprints for the Amphenol-FCI SFV connectors series: https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/sfv12b_hlf.pdf This is based upon the script "conn_ffc_te_84952-84953.py" and only slightly modified - Numerical values of pin and tab...

Pending changes

Footprint pull request https://github.com/KiCad/kicad-footprints/pull/2058

Hi. Thank you for work! It makes KiCAD better. Here is a script to generate footprints for 3 AC/DC converters: Meanwell IRM-30 Meanwell IRM-45 Meanwell IRM-60 Footprints submitted in PR...

Repush of https://github.com/pointhi/kicad-footprint-generator/pull/144 Could no longer access the branch locally Here is a script that create a "keep out area" based on arbitrarily closed polygon # # 1 f.append(KeepOutArea(nodes=[[0, 0],...

This little add on will create a "keep out circle" like this ![bild](https://user-images.githubusercontent.com/25547797/50045553-40df1680-0095-11e9-91c0-b4b7f97ce802.png) It is created like a normal circle ``` :Keyword Arguments: * *center* (``Vector2D``) -- center of the...

The current keepout code becomes very slow when using many keepouts (a few seconds with about 2000 keepouts which I got by using addKeepoutRound on ~100 pads. This first fixes...

Footprints in question are - Package_DFN_QFN.pretty/QFN-14-1EP_1.6x1.6mm_P0.4mm_EP0.74x0.74mm_ThermalVias.kicad_mod - Package_LGA.pretty/Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm.kicad_mod - Package_SO.pretty/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm.kicad_mod - Package_SO.pretty/MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm_ThermalVias.kicad_mod

Added a section to the Phoenix Contact terminal block generator to create footprints for the MKDS 1 1 / X - 3,5 series of terminal blocks with 2 - 16...

Adding 4 BGA packages for eMMC memory [eMMC Mechanical Standard](https://www.jedec.org/system/files/docs/JESD84-C44.pdf) [Package Drawings](https://www.jedec.org/system/files/docs/MO-276N.pdf)

https://www.st.com/resource/en/datasheet/lis2hh12.pdf @poeschlr When I run the generator I get a footprint like this: ![image](https://user-images.githubusercontent.com/1936989/54628210-4ea88d00-4a32-11e9-82c4-330e5fe3a798.png) 1. The courtyard isn't outside the body. Is this a known issue? Or did I do...

FP PR problem
Ready for review