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

Most `ipc_**.py` generators have the following parameters ```python parser.add_argument('files', metavar='file', type=str, nargs='+', help='list of files holding information about what devices should be created.') parser.add_argument('--global_config', type=str, nargs='?', help='the config file defining...

Fixes https://github.com/pointhi/kicad-footprint-generator/issues/421. Branched from #438. **Merge that PR first!** This adds a parameter to support IPC density settings. If the user does not enter a value for the density, nominal...

This PR adds the PCB headers for the 2mm pitch version of the Molex Pico-Lock family ([manufacturer page](https://www.molex.com/molex/search/deepSearch?pQuery=productname%253A%2522Pico-Lock%2522%2540category%253A%2522PCB%2BHeaders%2522%2540pitchmatinginterface%253A%25222.00mm%2522)). Currently the section "PicoLock_side_entry" in conn_molex.yaml covers only the 1.5mm pitch versions....

![image](https://user-images.githubusercontent.com/5647571/93018073-ec542c80-f5d5-11ea-86ba-128b9864f294.png) ![image](https://user-images.githubusercontent.com/5647571/93018042-cfb7f480-f5d5-11ea-95a8-93f042a6d8f1.png) ![image](https://user-images.githubusercontent.com/5647571/93018056-dba3b680-f5d5-11ea-9a4a-891e54cabc64.png) Result: ![image](https://user-images.githubusercontent.com/5647571/93018148-4f45c380-f5d6-11ea-928b-3af079ebc04c.png)

It seems `offset=[x,y]` is not taken into account when generating pads, the issue can be visualized in this [PR](https://github.com/pointhi/kicad-footprint-generator/pull/605#issue-479310925).

all of these packages follow the [onfi spec](http://www.onfi.org/-/media/client/onfi/specs/onfi_4_0-gold.pdf?la=en)

Hi, while working on #604 I did some manual checking if the changes to KicadModTree break any existing footprints. My approach was to run the bga and nolead generators with...

question

Are there any plans to migrate this project to GitLab along with the other KiCad libraries? Will this repo still be relevant after the release of KiCad 6?