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=googlemail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=T0o5HtdsV/GYPxA1KMlRtAWBqJZSDKM0/oYZhHK1vWw=; b=MZC7x0tzqqGGixpjBFGBZOYBhKr2DnurE7Nua7n7PrWWvrUxtlpFqWkV2II0MWXqhx EykTKbEBaZ5DMcqN+oRWAzpa2pN7CuViEYnjTQRFadJ0Az5R9JGu2duUtw7iGPrgXzMB HEPioIyLppJSnmRTMf8rdmMYcqT3f0UVakNa26XBKfT+y+8vwcWsBihVXIGbt8DKPFDU 6oJ22iEasXo+UCunS2AiEUSupfJoF1yqJVKXE1pHQFumjW8KCIhUdxrfCogst+ikkXKb a0tr43XLIEaMHQAc4hpR00qzFRG3ZAiCRmmE5XYDxBrN5fQ6YF/TvXbmewwBE13NcAlp nchg== 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=T0o5HtdsV/GYPxA1KMlRtAWBqJZSDKM0/oYZhHK1vWw=; b=mCrxmL/md0T+dSoC2RqlZbQ5eUAF0pJTBXLBtODhXZ2gx5UZ/aLrCrpSYMa4jukJ5V AT0VKbqbAPZM+Uhie5nTOO5BEo6rGvMO7e8FpsGVtNEKkawJjBQeAu+TSzfaitW1pcpp 2T4U7mFs1gHzA9XvbWsM6KJgJ0lsEYgtFydOZqBp/YIpwIO860tcieD1twFESjS8ugQX FrlcFzjlFRnhgl/6iyS95X4MOc3I2NqFPYMAlNRjQvHg2TBDtJ9b9dMlB7KbZEsiyKt9 NoAf0EwbSbDDUQut62N4qqNoYHvcEOE1GqoN0EmeiRpiFU+pVvwkkozHt39DHjS9tFC1 jCbA== X-Gm-Message-State: AIkVDXLJ9qEh2K91/pqNbeQg7T41+OMY4diO/3i1cHV9SUMb325y773DAAaK5PIA4ItAtGtU8nxGJJCTRA0rpw== X-Received: by 10.200.41.198 with SMTP id 6mr23664952qtt.130.1485163837925; Mon, 23 Jan 2017 01:30:37 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <411d8c80-deab-4bc4-2a97-9bb6829a7b7f AT ecosensory DOT com> <20170113172136 DOT 5308f28a14d94c870a0c5f92 AT gmail DOT com> <1484402471 DOT 2289 DOT 1 DOT camel AT akerlind DOT nu> <20170114180618 DOT d3dd2733325d88d44042d4bf AT gmail DOT com> <1485116315 DOT 2322 DOT 1 DOT camel AT akerlind DOT nu> From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 23 Jan 2017 09:30:37 +0000 Message-ID: Subject: Re: [geda-user] thru hole slots in PCB To: gEDA User Mailing List Content-Type: multipart/alternative; boundary=001a1141068cfe2de80546bfa64c 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 --001a1141068cfe2de80546bfa64c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You might be able to script gerbv with some command line options to combine 2:1. Probably need to write code to separate the magic comment version on load though. Peter On 23 Jan 2017 9:26 a.m., "Mitch Davis (mjd+geda-user AT hackvana DOT com) [via geda-user AT delorie DOT com]" wrote: Hi, On Mon, Jan 23, 2017 at 7:18 AM, Jonatan =C3=85kerlind wrote: > On Thu, 2017-01-19 at 12:42 +0100, Nicklas Karlsson > (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > Exceptions in the form Altium is different from most others. > > Just to clarify; first I have not used Altium myself, but made a drill > file which was similar to what Altium seems to generate. I used > multiple drill files: one for unplated round holes, one for plated > round holes, one for unplated slots, and one for plated slots. > Yeah. Altium either does the comments-with-special-values-only-altium-understands, or it generates four files. So then I have to tell my suppliers, " -RoundHoles-NonPlated.TXT=3D=E9=9D=9E=E7=94=B5=E9=95=80=E5=9C=86=E5=AD=94= =E3=80=81-RoundHoles-Plated.TXT=3D =E7=94=B5=E9=95=80=E5=9C=86=E5=AD=94=E3=80=81-SlotHoles-NonPlated.TXT=3D=E9= =9D=9E=E7=94=B5=E9=95=80=E6=A7=BD=E3=80=81-SlotHoles-Plated.TXT=3D=E7=94=B5= =E9=95=80=E6=A7=BD=E3=80=82", which is a pain. I wish Altium did it like everything else: One files for plated things (holes/slots) and one file for non-plated. (KiCad and Eagle both get this right) I'm considering writing some code to take either of these and generate plated/non-plated files, and put it in my zip processing pipeline. Then I'd never have to worry about it again. Mitch. --001a1141068cfe2de80546bfa64c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
You might be able to script gerbv with some command line = options to combine 2:1. Probably need to write code to separate the magic c= omment version on load though.

Peter


On 23 Jan 2017 9:26 a.m., "Mitch Davis (mjd+geda-user AT hackvana DOT com) [via geda-user AT delorie DOT com]" <= geda-user AT delorie DOT com> wrot= e:
Hi,

On Mon, Jan 23, 2017 at 7:18 AM, Jonatan =C3=85kerlind <jonat= an AT akerlind DOT nu> wrote:
On Thu, 2017-01-19 at 12:42 +0100, Nicklas Karlsson
(nicklas DOT karlsson17 AT gmail DOT com) [via= geda-user AT delor= ie.com] wrote:
> Exceptions in the form Altium is different from most others.

Just to clarify; first I have not used Altium myself, but made a dri= ll
file which was similar to what Altium seems to generate. I used
multiple drill files: one for unplated round holes, one for plated
round holes, one for unplated slots, and one for plated slots.

Yeah.=C2=A0 Altium either does the comments-w= ith-special-values-only-altium-understands, or it generates four files= .=C2=A0 So then I have to tell my suppliers, "-RoundHoles-NonPlated.TXT=3D= =E9=9D=9E=E7=94=B5=E9=95=80=E5=9C=86=E5=AD=94=E3=80=81-RoundHoles-Plated.TX= T=3D=E7=94=B5=E9=95=80=E5=9C=86=E5=AD=94=E3=80=81-SlotHoles-NonPlated.= TXT=3D=E9=9D=9E=E7=94=B5=E9=95=80=E6=A7=BD=E3=80=81-SlotHoles-Plated.T= XT=3D=E7=94=B5=E9=95=80=E6=A7=BD=E3=80=82", which is a pain.=C2= =A0 I wish Altium did it like everything else: One files for plated things = (holes/slots) and one file for non-plated. =C2=A0(KiCad and Eagle both get = this right)

I'm considering writing som= e code to take either of these and generate plated/non-plated files, and pu= t it in my zip processing pipeline.=C2=A0 Then I'd never have to worry = about it again.

Mitch.

--001a1141068cfe2de80546bfa64c--