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] pcb element file format To: geda-user AT delorie DOT com References: From: "Dan McMahill (dan AT mcmahill DOT net) [via geda-user AT delorie DOT com]" Message-ID: Date: Mon, 16 Jan 2017 22:17:20 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 1/16/2017 5:08 PM, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] wrote: > Is this the most recent pcb manual? > > http://pcb.geda-project.org/pcb-cvs/pcb.html#Element-Objects > > It seemed to say pins had to be in number order in the .fp file, which > doesn't seem to match... > > > Is this correct legend for pads in .fp files: > > Pad[X1 Y1 X2 Y2 Thickness Clearance Mask Name Number SFlags] > See this section: http://pcb.geda-project.org/pcb-cvs/pcb.html#Pad-syntax The file format has evolved over time. The parser can understand all old files to allow people to still load old designs and footprint libraries although the reverse is not guaranteed (loading new design in old software). Anyway, that section of the manual shows the variations in Pad which can be parsed. -Dan