Mail Archives: geda-user/2015/11/21/07:26:38
Dan McMahill (dan AT mcmahill DOT net) [via geda-user AT delorie DOT com] wrote:
> On 11/18/2015 7:21 PM, Dave McGuire (mcguire AT neurotica DOT com) [via
> geda-user AT delorie DOT com] wrote:
>>
>> Looking for one more PCB footprint, if anyone has already done one:
>> LPQF80_10. 0.4mm pin spacing, package is 10mm square. Anybody gots?
>>
>> Thanks,
>> -Dave
>>
>
> should be trivial to add. Take a look in lib/geda.inc for the LQFP
> definitions. There are a few standard templates. A quick glance
> suggests the line you want is:
>
> define(`PKG_LQFP80_10', `PKG_LQFP_40(`$1',`$2',`$3',`80',`10',`0')');
>
> A similar comment applies to the QFN you are looking for. Add that to
> geda.inc, rebuild, verify that the ~geda library footprints came out
> right (they should) and submit a patch.
>
> -Dan
>
>
Hi all,
Pushed these to upstream topic branch "home/bert/new_footprint_defs".
Please check and test (second pair of eyes).
Merging to master will be trivial.
Kind regards,
Bert Timmerman.
- Raw text -