www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2017/04/26/02:44:26

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20161025;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=iIjtryzPV4wkIIv9ALpS2UQ3+SqWD61kA+1LxnguzQQ=;
b=dt8Yp2Btz+a2apduokEMFfzC4T0X/GvMDOCprAwJtrwdM9uOTidaWHDA1L07bL/ADE
elXf+5b++UnyibYsgM+F7LOFDdFD61ZISvBYuhHhlsWOke/BPUydmTyJONAJU3sAutID
fhFuRSn5UDcBCRcFkuOotGlvFjK4o+9bz1yC3OpQDDZ8sdfAAndzNyeIawqLWC2VbMBP
QmNNgTEIz3DLd+V3C48adEsLIbEzC+OPebjP8phTXR2YQvil6OQTw1heENuAd/CR5HRL
u0N9Y7TnwVroxfCHcTCEi8fDuRPsDc8lB7IwnJRF55XdqamI4BZNGnLV8xi0vWrht/nI
6VrA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=iIjtryzPV4wkIIv9ALpS2UQ3+SqWD61kA+1LxnguzQQ=;
b=PABMAsyTwPz4rs53lSMlXvhymL64ZgkKQBitG+hPQ/hXvIyhEnu2thhzr1HbQ+xGRK
dscl3/Jy6LKF/nQL0q9u+KCJcnjst/37bzfzIyhPrVV89xsbeuJxyXFnj/NWo63FP7cM
LGV/Gf6qYVpLBF7wD/soglMoP9QnuMUu0fROLcG6PpH7PDQPoixCSgoQ5z4j7V1Llaqp
C1ZgRwD9X5ExHBsesW8i/b1DDk4jkJabqVnWSSIAjqBePeegN1QED3LOXydGXSbiap1S
HuRHHV7huRJmVdqAtMCtjCrbKnXaZ+gettlvEF26rv5B2bV0HtsYAkcag6v+4lSHf1+H
dU5A==
X-Gm-Message-State: AN3rC/6kv6nuStzovLHk+ZSVWjT/frXK8vy7YjqPg2AdelXOUxXEYknK
Zty0VGM8LciQJWi8PkM1zFdZOWeYbQ==
X-Received: by 10.157.18.168 with SMTP id g37mr7641917otg.261.1493188927640;
Tue, 25 Apr 2017 23:42:07 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <MWHPR04MB0479BEF63D97B54E25A24B55A21F0@MWHPR04MB0479.namprd04.prod.outlook.com>
References: <MWHPR04MB0479BEF63D97B54E25A24B55A21F0 AT MWHPR04MB0479 DOT namprd04 DOT prod DOT outlook DOT com>
From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Wed, 26 Apr 2017 16:12:07 +0930
Message-ID: <CAHUm0tMeYeFMfcFL1W8ApKbgdoiQXgTj-bVFxSxPf2unZ-vPvQ@mail.gmail.com>
Subject: Re: [geda-user] Slots in plane
To: geda-user <geda-user AT delorie DOT com>
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

--94eb2c03bfd69d5995054e0c237b
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Quoting myself from the last time it came up, slots can be achieved
via post processing of excellon drill files during/following gerber
export

It can be done with:https://github.com/hackvana/eagle-plated-slots/blob/mas=
ter/eagle-slots.py

which looks for a magic, pre-defined drill size as a trigger to create
a slot joining a pair of consecutive holes of that size where before
there were just two holes in the drill file.

The above script was written by my usual pcb supplier, hackvana, who
hangs out in #hackvana on freenode, i.e. this is a technique supported
by an actual pcb supplier


See also:

http://www.delorie.com/archives/browse.cgi?p=3Dgeda-user/2015/03/03

Cheers,

Erich.



On 25 Apr 2017 1:52 am, "McKay, Roy L [PHYSA] (mckay AT iastate DOT edu) [via
geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:

Thanks for the suggestions.  None of them work as I had done in the past.
Looking at the board I pulled this stunt, I had 5 layers with no copper
under the traces in one signal plane.  The pcb files show holes for the
=E2=80=9Canti=E2=80=9D traces.  (The detail of the holes is large enough I =
know I did not
use the hole function.)  I recall placing the traces in each layer, perform
some magic (like MorphPolygon) and done.  No editing gerbers.  No zero
width traces.



Once again, should have noted what I did.



Any other ideas from people?



   Thanks,

      RM

--94eb2c03bfd69d5995054e0c237b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div><pre style=3D"white-space:pre-wrap;line-height:norma=
l">Quoting myself from the last time it came up, slots can be achieved via =
post processing of excellon drill files during/following gerber export

It can be done with:
<a href=3D"https://github.com/hackvana/eagle-plated-slots/blob/master/eagle=
-slots.py">https://github.com/hackvana/eagle-plated-slots/blob/master/eagle=
-slots.py</a>

which looks for a magic, pre-defined drill size as a trigger to create a sl=
ot joining a pair of consecutive holes of that size where before there were=
 just two holes in the drill file.</pre><pre style=3D"white-space:pre-wrap;=
line-height:normal">The above script was written by my usual pcb supplier, =
hackvana, who hangs out in #hackvana on freenode, i.e. this is a technique =
supported by an actual pcb supplier</pre><pre style=3D"white-space:pre-wrap=
;line-height:normal"><br></pre><pre style=3D"white-space:pre-wrap;line-heig=
ht:normal">See also:</pre><pre style=3D"line-height:normal"><span style=3D"=
white-space:pre-wrap"><a href=3D"http://www.delorie.com/archives/browse.cgi=
?p=3Dgeda-user/2015/03/03">http://www.delorie.com/archives/browse.cgi?p=3Dg=
eda-user/2015/03/03</a><br></span></pre><pre style=3D"white-space:pre-wrap;=
line-height:normal">Cheers,

Erich.</pre><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">O=
n 25 Apr 2017 1:52 am, &quot;McKay, Roy L [PHYSA] (<a href=3D"mailto:mckay@=
iastate.edu">mckay AT iastate DOT edu</a>) [via <a href=3D"mailto:geda-user AT delori=
e.com">geda-user AT delorie DOT com</a>]&quot; &lt;<a href=3D"mailto:geda-user AT del=
orie.com">geda-user AT delorie DOT com</a>&gt; wrote:<br type=3D"attribution"><blo=
ckquote class=3D"quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc sol=
id;padding-left:1ex">





<div lang=3D"EN-US" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"m_7407725156236528235WordSection1">
<p class=3D"MsoNormal">Thanks for the suggestions.=C2=A0 None of them work =
as I had done in the past.=C2=A0 Looking at the board I pulled this stunt, =
I had 5 layers with no copper under the traces in one signal plane.=C2=A0 T=
he pcb files show holes for the =E2=80=9Canti=E2=80=9D traces. =C2=A0(The
 detail of the holes is large enough I know I did not use the hole function=
.) =C2=A0I recall placing the traces in each layer, perform some magic (lik=
e MorphPolygon) and done.=C2=A0 No editing gerbers.=C2=A0 No zero width tra=
ces.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Once again, should have noted what I did.<u></u><u><=
/u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Any other ideas from people?<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0 Thanks,<u></u><u></u></p>
<p class=3D"MsoNormal">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 RM<u></u><u></u></p>
</div>
</div>

</blockquote></div><br></div></div></div>

--94eb2c03bfd69d5995054e0c237b--

- Raw text -


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