www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2017/01/14/12:08:03

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=date:from:to:subject:message-id:in-reply-to:references:mime-version
:content-transfer-encoding;
bh=Kzf/eWMS/DDoeGRX2DAqCPwVMnhHucErSejbS+1zXvs=;
b=Uo7OZg4djYGqVIUsQSEeYXQnYx09q8eDZURB1wZ7Lg4qBTW9t3h/p+pXh09WUwqTBP
TaKM2qFS5gPDpdW3rNX33gScE5cUa5WUltUn2AspC43xBM/kJ9fl9pVj4lKPNhih+goo
gYsCgYz4RqmGEwBMfsTgnPiF16B9zQIv3awzZ6yrjNaQcIsfJdt10ZMH4vK6s97+45L2
6XW+SWCDefyH6XQWvN5va0EV+opFiQDOU46PNHUrtPFmzBAukibaigvneUVHIN8vQjOR
xSrbe3fNAk30Vkn/qkWo/64MgcmNzIz2J49+lOI4BBHrHvm9DGoD7uc2+O6ARkl/LiyU
r8Pg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=Kzf/eWMS/DDoeGRX2DAqCPwVMnhHucErSejbS+1zXvs=;
b=fE0ZXGwjzh5wi2UkYD6/+VNOCxd74gPghfl4PFA6NqC+hRJq9oCDTdebOOwC4ylPLT
D1LFNoJZf0w1auqwtvIFOaeYMwc0gTeTlm5hPRO0K6RZZ7e0VEy5as/LX30MdeFRt6FQ
UYii3/jqGQFvWYURUD+UTaM0ApLKCJQFr9IutvsC4OPux0dnQaC7qQ1pTc/SDOo4i5JK
PdsbnUabLH6fq7zxaLrrCRr9SvKTI7ymB7p6svErU1OhvloICBgFlHcVn3YUTbLoWrSa
ySwXRe79R22EAQdYhm85CkQFJ7/2m2o3L6OdVPm8tSL7tHcNA2ZWj6IKdLwR/dIZbRYT
qIow==
X-Gm-Message-State: AIkVDXJ3dRNswb4K+76kvDbRsYZz9n29+RhTPPIfrOexA/oSJdz24tfnAaA7wZrMSk+i+Q==
X-Received: by 10.25.228.157 with SMTP id x29mr8142642lfi.125.1484413581325;
Sat, 14 Jan 2017 09:06:21 -0800 (PST)
Date: Sat, 14 Jan 2017 18:06:18 +0100
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] thru hole slots in PCB
Message-Id: <20170114180618.d3dd2733325d88d44042d4bf@gmail.com>
In-Reply-To: <1484402471.2289.1.camel@akerlind.nu>
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>
X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.23; i686-pc-mingw32)
Mime-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v0EH6Op6019833
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

On Sat, 14 Jan 2017 15:01:11 +0100
Jonatan Åkerlind <jonatan AT akerlind DOT nu> wrote:

> On Fri, 2017-01-13 at 17:21 +0100, Nicklas Karlsson
> (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
> > If it was possible to draw board outline as a solid polygon and make
> > cut out then board should be well defined.
> > 
> > Even though board is defined as a solid shape as a real board is it
> > may still of course make sense to show only outline, maybe even in
> > gerber. It is claimed here https://sourceforge.net/p/gerbv/feature-re
> > quests/89/ G85 is used to define slots in Excellon drill file but for
> > CNC g-code is a boring cycle which I am not totally sure what it do.
> > 
> > I know Igor have make some work in pcb-rnd to make layer more general
> > but have not yet had time to look at it.
> > 
> 
> I have used an approach of putting two vias in pcb, then changing the
> drill file to add route commands (using M15/M16 IIRC) between those
> vias. I also found and refactored a patch for gerbv to support viewing
> of this. Have ordered boards with slots like this, which turned out as
> intended. This was done approximately two years ago and I have not
> since made any new boards, so I am not familiar with the recent state
> of pcb or pcb-rnd. 
> The gerbv patch can be found here:
> https://sourceforge.net/p/gerbv/patches/56/
> 
> -- 
> Jonatan Åkerlind
> +46702002897
> 


I could see different:
G85 multiple drilled holes, this does not feels like a very good idea.
A NC Route file, with g-codes M48, Txx, G90, M16, M15 but have no time to read thru what they do right now.

g-code feels like a good idea for manufacturing but what manufacturer say I have no idea.

- Raw text -


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