X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Received-SPF: pass (google.com: domain of matthewsager AT gmail DOT com designates 10.204.143.151 as permitted sender) client-ip=10.204.143.151; Authentication-Results: mr.google.com; spf=pass (google.com: domain of matthewsager AT gmail DOT com designates 10.204.143.151 as permitted sender) smtp.mail=matthewsager AT gmail DOT com; dkim=pass header.i=matthewsager AT gmail DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WNyauHEU8wyfbkZyxABYImgUNMiiVeXl5lqtViqGQrk=; b=TSvoAqIVoMP2M6W/8tJYIfAGZUULnB2Twf8ywUN9PTeCgWs1SDqZ2UsUscnBsY8D4w ZDvvPZgSreU0SO4C0RzftIzK3/G7i1I5eQhZYQ+ixI5Fm/IukExWIq+2EL7djUiTeb8f v3R6OyVlr4ogY9CTAizSH7UMyQ8pTiOaAA32PqgrBTjyh6BHo6XBiva0NP7IHKzQw3Q6 Ws2zotY14oG0xAS5wri9CsIyg/eUQW1fTI7oxwuiN2U4+1TCBx3CsHaksLkxDN78svks CYoEDoAnzvVkDigfqFSYAOdPeBx0uuYZ0jUT8ud7v/zHHELUE8ELhB2jUYI5q/tOC4hy KMsw== MIME-Version: 1.0 In-Reply-To: <4F50531D.4090908@arius.com> References: <4F491FDF DOT 9030901 AT arius DOT com> <4F4C5331 DOT 3050104 AT arius DOT com> <1330447646 DOT 2533 DOT 7 DOT camel AT AMD64X2 DOT fritz DOT box> <4F50531D DOT 4090908 AT arius DOT com> Date: Fri, 2 Mar 2012 07:45:27 -0500 Message-ID: Subject: Re: [geda-help] GerbV Support From: Matthew Sager To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary=0015175d060683cf6d04ba41f3e4 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 Precedence: bulk --0015175d060683cf6d04ba41f3e4 Content-Type: text/plain; charset=ISO-8859-1 > > So is there any chance of getting some feedback on my issue with the tool? > Is this the right place to ask? I used to post on geda-user but that list > seems to have been deprecated in favor of this one for support and the > developers have their own list now. > > Rick > Hello Rick, It looks like the Gerbv does not understand the tool definitions at the top of your file. Here is an example of how the tool definitions usually look. M48 INCH T29C0.040 #this is for a 40 MIL hole T28C0.035 #this is for a 35 MIL hole % T28 X012900Y009100 X010700Y010000 X010700Y011000 X020500Y009500 X020500Y010900 X012900Y014100 T29 X008196Y009433 X007196Y008933 X008196Y005033 M30 If you manually edit the header of the file to something like this it will probably work. I do not remember right now what G90 is for. Also, You might want to split the non-plated holes to another file. M48 INCH T01C0.008 T02C0.012 T03C0.038 etc.... % G90 T01 X00291000Y00105000 X00282000Y00097000 ... Matthew -- My homepage. http://sites.google.com/site/matthewsager/home --0015175d060683cf6d04ba41f3e4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

So is there any chance of getting some feedback on my issue with the tool? = =A0Is this the right place to ask? =A0I used to post on geda-user but that = list seems to have been deprecated in favor of this one for support and the= developers have their own list now.

Rick

Hello Rick,

It looks like the Gerbv does not = understand the tool definitions at the top of your file.

Here is an = example of how the tool definitions usually look.

M48
INCH
T29C0.040=A0=A0 #this is for a 40 MIL hole
T28C0.035=A0=A0 #this is for a 35 MIL hole
%
T28
X012900Y009100
X010700Y010000
X010700Y011000
X020500Y009500
X020500Y010900
X012900Y014100
T29
X008196Y009433
X007196Y008933
X008196Y005033
M30

If you manually edit the header of the fil= e to something like this it will probably work.=A0 I do not remember right = now what G90 is for.=A0 Also, You might want to split the non-plated holes = to another file.

M48
INCH
T01C0.008
T02C0.012
T03C0.038
etc....
%
G= 90
T01
X00291000Y00105000
X00282000Y00097000
...

Matthew

--
My homepage.
http://sites.google.com/site/matthewsager/= home
--0015175d060683cf6d04ba41f3e4--