delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2023/10/06/01:36:40

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=20230601; t=1696570511; x=1697175311; darn=delorie.com;
h=content-transfer-encoding:to:subject:message-id:date:from
:in-reply-to:references:mime-version:from:to:cc:subject:date
:message-id:reply-to;
bh=3hFS+QtUb8VkYy+gA6Bl/4oDdPb3jTbi8F59/kc5dNo=;
b=klDrieGBu5YICBNPd93JEHvB8MagI0jHu32hJKCzJq5u+pIW3KhIHiM/RK1Azh+cNn
lAiZl/6J949/qG0krRIbBU2fHneR7sMyjlVorS3SROcumlhCF8i8y8GqxbIdYdCU+z/k
LXjPmIBU2U8SbvOueBlp9FfOqCYcwuxjSbegQpT4n9XAVbSPq90ab/zBBguTC5PUvsQ+
iewlRz9JRpq1M14MpPUop4ZICd0B7EkE44sUB5f0m8Nvt8DSkiFvjIMwaSdF2E8tjwCb
jZEVofJZvGUTTtn2EzLSYPjHuMjvxMXoi8jXNk+EkomgGBlrPhx4nvZ6AQvZDbrNcRl8
0FGA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20230601; t=1696570511; x=1697175311;
h=content-transfer-encoding:to:subject:message-id:date:from
:in-reply-to:references:mime-version:x-gm-message-state:from:to:cc
:subject:date:message-id:reply-to;
bh=3hFS+QtUb8VkYy+gA6Bl/4oDdPb3jTbi8F59/kc5dNo=;
b=stc1kg/FgcorEjj9Kt7w25Li2/1sQBOXD5imDUBiVJSy0jcLFOz+ucD4rI3LDu3+4q
N5QCM/mqSG/TZ5+JiFZ9bPbRzeZgRv8FE0eVZ5ZjO+Zgm/lurZsTsXwnbLkQevJVlAAc
punSg//dG4yzmDxrusKn781wU+ZNp4gie64s0B+XEmTwU+RWz48EhHkoLzWlV3EBoOPV
IgSC/309MPc3VPAyOusR4+H8Xw7uTvzn6yX0ZgpY6bnRxeO4qPeWUJ0wUAvAeUr5RSNH
PdcL5Ma19MeZDs8XfwgKN3n6bynbA/QujU2VwHOZiKxm5Khirh8ECppSS5aJW+WwH78F
oyyA==
X-Gm-Message-State: AOJu0Yz3DDt3AYlGSVgfBDvpfQ48fakE+qf9rijXenRUR/XoD9oDI8xD
q95OrMePUD3jsJqTVIFtDKobwB8l5DyJXTImuFrGLvfm
X-Google-Smtp-Source: AGHT+IFoLcQxlZatoLPhTaW9L9BynK7UJoAuHbXElEpHCP8LObypnc80I4khzllL7VbdkqJdpLdeHntMvJ6uIIIiHhk=
X-Received: by 2002:a6b:c30e:0:b0:795:d33:861f with SMTP id
t14-20020a6bc30e000000b007950d33861fmr2121016iof.6.1696570511428; Thu, 05 Oct
2023 22:35:11 -0700 (PDT)
MIME-Version: 1.0
References: <20231006012046 DOT 3cd1e959 AT amanite>
In-Reply-To: <20231006012046.3cd1e959@amanite>
From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Fri, 6 Oct 2023 16:04:59 +1030
Message-ID: <CAHUm0tOZ7TiVMg+KisQjk-J-jemmaySOu0W8pkF0TUSpmUnDpQ@mail.gmail.com>
Subject: Re: [geda-user] Single-sided PCBs: fabrication layer reports plated
holes, which may confuse manufacturers
To: geda-user AT delorie DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 3965ZCns026832
Reply-To: geda-user AT delorie DOT com

A simple solution would be to load the layout into pcb-rnd.

Once loaded, the :padstackedit() command can be used to bring up a
dialogue window which allows you to alter the plate through plating
status of the through hole padstack/via hole or slot. The user can
also edit the apertures on the various layers, i.e. top copper, top
soldermask, inner copper, bottom copper, bottom soldermask. For a
single sided board, you could in theory remove the top copper, inner
copper and solder mask apertures.

There is a visual indication in pcb-rnd of a padstack's plate through
status, which can be seen to change when toggling the status.

There is also an explicit fab layer visible in the layout editor,
which can be viewed and also have text annotations added if needed.

More advanced techniques can use the built in search tools within
pcb-rnd which allow objects with particular properties to be selected,
and then have properties set.

Once the padstack properties have been modified, the layout can be
exported with the CAM export menu item. This allows CAM exports such
as gerber to be scripted for particular end applications, but there
are plenty of supplied standard formats, including seeed, oshpark,
universal, eagle format etc... which target the particular naming
convention for the given manufacturer.

Some manufacturers will merge the unplated and plated hole files
anyway, but if the gerber and excellon files properly show which holes
are unplated vs those which are plated, and the top layer has no
copper features, that might make things more explicit for the
manufacturer's pre-manufacture checks of a single sided board.

Regards,

Erich.


On Fri, Oct 6, 2023 at 9:56 AM Claudio Fabri (clafi AT gmx DOT com) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
>
>
> Hi.
>
> I've just noticed a small detail that I can't seem to find an easy fix
> for. I've designed a single sided PCB and in the fabrication layer, all
> holes are marked "Plated? YES"¹. This may confuse the manufacturer,
> IMHO.
>
> (I know I could include a note in the "Outline" layer saying no holes
> are plated, contrary to what's listed but it doesn't look very
> "professional" IMHO.)
>
> As per http://wiki.geda-project.org/geda:pcb_tips these are just names
> all right but is there a way to sort this out?
>
> FTR my manufacturer of choice is EuroCircuits.com and I know I can chat
> with them to clarify it all but if there's an easy way to avoid that...
>
> Thanks in advance for any hint/suggestion.
>
> ¹ In my case, the generated gerber file with extension ".fab" in the
> "Eagle" export type.
>
> C.F.
>

- Raw text -


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