X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] one more: LQFP80_10 To: geda-user AT delorie DOT com References: <564D1626 DOT 6030702 AT neurotica DOT com> From: "Dan McMahill (dan AT mcmahill DOT net) [via geda-user AT delorie DOT com]" Message-ID: <564F7369.5050807@mcmahill.net> Date: Fri, 20 Nov 2015 14:24:25 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564D1626.6030702@neurotica.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1448047478; bh=gprUVbMmypwyENg0jbhgY555aX8gkjpyUcobK6NUHIc=; h=Received:Received:Subject:To:From:Message-ID:Date:MIME-Version: Content-Type; b=L+kmaflji9+7GxzjUKlgImVHK8FUCMERAnse2Tl5BeSkPzDXUco0pIUo188xk3F1S f+sXs5G+uMdbrcNSXyJ4xOs+P+4zAbJYXd+SjgTV0VRCE2Jn0zzb8ZS/JjwCq5ZA61 fVsF7UxwLyfTOJltLWGA2EJCEMs+ey3SPrlergIX6YvAxwf/s8lmN1Unjmsi1rXaSl 1Idis3gH8hRvyj9fbxhPHw1qD1G9MIlO8xNk/eMf0G70zfsaI4SuPWRQrJv1cVnQkl Sd5Y6ewLLfoOlugs4NTzKkmoeds4WI01v2r5yxgpyrcfocMu5B0ApvoHVCv3XNZxVU TqtvBI7ycY2PA== Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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