-
Notifications
You must be signed in to change notification settings - Fork 711
Conversation
Symbol PR is KiCad/kicad-symbols#921 |
I made/updated a generator script which also builds this package: |
Is the provided foot print in this push from the script generation in push If so, all looks good |
@awygle |
I have mixed feelings, frankly, but I'm open to giving it a shot. I'd like to see the script changed to more closely match both the KLC and the manufacturer recommendation (which I'm willing to do/help with). I'm a bit bogged down at the moment but I'll go to script based for this PR and the CM49 one sometime this week. |
The nice thing with the scripts is that we only examine the parameters you have added to the .yaml file, it is understood and assumed that the scripts always do right It works like this
We will never review the .kicad_mod file itself, only the .yaml file (add cross links between the both pushes so they are easy to find) In your case you should update the file with the dimensions of your desired foot print You generate the foot print in directory kicad-footprint-generator/blob/master/scripts/Packages/Package_LGA/
Here is an example of such push |
@awygle |
I assigned myself as i will look into the script. Right now the LGA generator is kind of a weak spot. (It has not been updated to my latest discoveries regarding correct handling of tolerances.) So this one can be used as an excuse to fix that. |
Scripted alternative available in #1263 |
Adds the SIL0008D MicroSiP package used in TI's TPS82130 and similar parts.
Datasheet is http://www.ti.com/lit/ds/symlink/tps82130.pdf
Wasn't sure about the Pin 1 indicator, or even whether this goes in Packages_LGA at all... please feel free to advise.
Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items: