evanshultz

Results 34 issues of evanshultz

I am trying to model a Vishay/Dale CP0003 resistor (https://www.vishay.com/docs/30213/cp.pdf) using the following cq_parameters.py entry: ``` 'CP0003': Params( body_color_key = 'white body', pin_color_key = 'metal grey pins', l = 22.22,...

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

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...

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...

Pretty straightforward. Just one small change to the generator script, otherwise just putting in the new size info and datasheet links. Footprint PR: https://github.com/KiCad/kicad-footprints/pull/2200

https://www.molex.com/pdm_docs/sd/026487095_sd.pdf ![image](https://user-images.githubusercontent.com/1936989/79343676-8c9d0c80-7ee3-11ea-8ea7-930c8b32c12f.png) ![image](https://user-images.githubusercontent.com/1936989/79343703-9aeb2880-7ee3-11ea-9333-728e216125cd.png) ![image](https://user-images.githubusercontent.com/1936989/79343739-a76f8100-7ee3-11ea-9c24-2bc62c396e04.png) Dimensioned drawing of 12-pin footprint: ![image](https://user-images.githubusercontent.com/1936989/79343810-beae6e80-7ee3-11ea-992a-4f1694d2f42e.png) A few notes: 1. Based off the existing KK 396 THT top script, which sadly doesn't include the MPN series...

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

@poeschlr 1. From the "Connectors for Specific Functions" section of http://kicad-pcb.org/libraries/klc/F3.6/, I think the last example there should start with `SD_`, right? `SD_` is the `[Function]` and then `microSD` would...

help wanted
libraries

@poeschlr If you read the IPC-7351 "Land Pattern Naming Convention Notes", it specifies the following: - All dimensions are in Metric Units - All Lead Span and Height numbers go...

libraries
postboned_till_v6

If a "root" folder has no bookmarks under it, such as Bookmarks Bar or Other Bookmarks, hide that folder in the bookmarks tree. An option should be present to enable...

enhancement