delorie.com/archives/browse.cgi   search  
Mail Archives: geda-help/2013/01/22/10:35:53

X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f
X-Recipient: geda-help AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=x-received:date:from:to:subject:message-id:mail-followup-to
:references:mime-version:content-type:content-disposition
:content-transfer-encoding:in-reply-to:user-agent;
bh=kJnykhV+EsRAvaWG2rid/gJASQs54SuAfg1uMZaTJ/E=;
b=W3hiRTqDcV5mEFahJNzT7d1y1c7KBGzlDYWUVoCB4UMWaP4oItdnFXeEf7bWMrGj5D
6nZyXl3WXrMAlHhz/o92RI/tKqBInKsfkz1lh4n7B2+RVt5t2ad18DKjI6QnoMv7+nAK
pUmnRqUEkU1UwlkUIFsLrdcpTNlCfPoSYL3yYwkIC1fvtJWBO/9c8H6K82dVJsLnZNbz
sf/CN+T++lBqLy8fsv2SMkaqprSlJRhh8XoPVY0Pww0gIlp8923GyigKfpbALsP0K/xq
eSq0BKQM4EE1uxEScmCWVrZtbzmY2WYVOcPW+nc0BT08HYiioHF4Efy/2TsIWWHlD9d2
/UNg==
X-Received: by 10.112.87.194 with SMTP id ba2mr9537124lbb.84.1358868939648;
Tue, 22 Jan 2013 07:35:39 -0800 (PST)
Date: Tue, 22 Jan 2013 19:35:36 +0400
From: Vladimir Zhbanov <vzhbanov AT gmail DOT com>
To: geda-help AT delorie DOT com
Subject: Re: [geda-help] Need help with footprint I've been working on
Message-ID: <20130122153536.GA27995@localhost.localdomain>
Mail-Followup-To: geda-help AT delorie DOT com
References: <50FDF351 DOT 6040303 AT twcny DOT rr DOT com>
MIME-Version: 1.0
In-Reply-To: <50FDF351.6040303@twcny.rr.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Reply-To: geda-help AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-help AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

--YZ5djTAD1cGYuMQK
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Mon, Jan 21, 2013 at 09:02:57PM -0500, Tom, KC2ZAT wrote:
...
> 
> ELEMENT[0x00000000 “DB9F edge connector pads” “” “” 9000 27500 -22000
> -6000 0 100 0x00000000]
> (
> PAD[5500 -21800 12500 -21800 9000 2000 10000 “1” “1” “square”]
> PAD[5500 -16350 12500 -16350 9000 2000 10000 “6” “6” “onsolder”]
> PAD[5500 -10900 12500 -10900 9000 2000 10000 “2” “2” ]
> PAD[5500 -5450 12500 -5450 9000 2000 10000 “7” “7” “onsolder”]
> PAD[5500 0 12500 0 9000 2000 10000 “3” “3” ]
> PAD[5500 5450 12500 5450 9000 2000 10000 “8” “8” “onsolder”]
> PAD[5500 10900 12500 10900 9000 2000 10000 “4” “4” ]
> PAD[5500 16350 12500 16350 9000 2000 10000 “9” “9” “onsolder”]
> PAD[5500 21800 12500 21800 9000 2000 10000 “5” “5” ]
> )
> 
> This attempt results in a blank PCB on the screen and the following in
> the message log.
> ERROR parsing file '/home/kc2zat/Desktop/Untitled Document'
>     line:        1
>     description: 'syntax error, unexpected $undefined'
> Note:  home directory is "/home/kc2zat"
> Loading menus from /usr/share/pcb/gpcb-menu.res

- Use proper entry names, i.e. 'Element' and 'Pad' instead of 'ELEMENT'
and 'PAD'.
- Use plain double quotes (i.e. ""). Don't use special ones (“”).
- Use appropriate number of fields, some of your pad entries lack the
  last field 'flags'. If you omit it, use two double quotes (""), 0x0,
  or 0x00000000.

I've fixed your symbol and attached the result.

-- 
http://vzhbanov.byethost33.com

--YZ5djTAD1cGYuMQK
Content-Type: application/x-pcb-footprint
Content-Disposition: attachment; filename="new.fp"
Content-Transfer-Encoding: quoted-printable

Element[0x00000000 "DB9F edge connector pads" "" "" 9000 27500 -22000 -6000=
 0 100 0x00000000]=0A(=0APad[5500 -21800 12500 -21800 9000 2000 10000 "1" "=
1" "square"]=0APad[5500 -16350 12500 -16350 9000 2000 10000 "6" "6" "onsold=
er"]=0APad[5500 -10900 12500 -10900 9000 2000 10000 "2" "2" ""]=0APad[5500 =
-5450 12500 -5450 9000 2000 10000 "7" "7" "onsolder"]=0APad[5500 0 12500 0 =
9000 2000 10000 "3" "3" ""]=0APad[5500 5450 12500 5450 9000 2000 10000 "8" =
"8" "onsolder"]=0APad[5500 10900 12500 10900 9000 2000 10000 "4" "4" ""]=0A=
Pad[5500 16350 12500 16350 9000 2000 10000 "9" "9" "onsolder"]=0APad[5500 2=
1800 12500 21800 9000 2000 10000 "5" "5" ""]=0A)=0A
--YZ5djTAD1cGYuMQK--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright 2019   by DJ Delorie     Updated Jul 2019