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=x/fN3CH7aO7k6nJsVSeMPtX5WIFRt5P9H9GuJ6zsuFg=; b=cjQd8M1/38ShBl4t4rHmO7lI/bS8icr758+eE+qGPOr3IzPVVlh25jLHhpHjDOPCnJ wojpFGkJ9EXxpfYTBKj8n8Jkkjg58cqXgFNC5vVkVdeD9Wc37XWO3szPBFb4Wg0H3eE7 EMBpWKU46kOhmoVgWZq84JQ5v7XwIRw2SQ9AwZfKi7zS06x0WFBbmUQTIY3InpxbbH0u mlP2MLWFfEUqAuzi+Gfzx1o6pmATzvw5DpSSi6uhw7Iavyjou5d0a8U3Ef+vwmTd99If /RlwdQ6AX2FARbZmaSyymxT/VnbBAQI8GqBldtM1t4QzsU7Ul4dUDpNKCEienYa0mxAN oN3g== 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=x/fN3CH7aO7k6nJsVSeMPtX5WIFRt5P9H9GuJ6zsuFg=; b=lSozrhuumjitQOtXXUrWnd+KlYTgWVRiq6nDM5reDu8nJdPg6Pf2Km5betooPUD0+e w2J9AJEBlFELu8iWYobuKTbjSyIHv0RTQkhZgKckawTu8+nQrIQ8SKRUfr0XAcV4Abe7 RyNliQyUOPQjENq5/DRWs48gVAAyrPeFmRpoZharUNUHZU0WVwI5jzw/7GhDXXC4gTMm RYmMluGSwbD+zpQOyxOy2nqU8O82r7ZESYf7xmXWwCRph/dtGhHespCF8r3E0+kvWmzZ 74qsU3YiW8AHbP0TUQzWhko+3el+nvw5xUQL2zuC5+2j7Ua6xVhxwtzCGJRGrQLPxt58 eCGg== X-Gm-Message-State: AIkVDXJoizSQPFCJOJFm5+1MCjOlItqoewljZLP8jSutHpMPxtqRRZDSp/OtSbzXcSSRVA== X-Received: by 10.46.22.15 with SMTP id w15mr6423213ljd.35.1484324502647; Fri, 13 Jan 2017 08:21:42 -0800 (PST) Date: Fri, 13 Jan 2017 17:21:36 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] thru hole slots in PCB Message-Id: <20170113172136.5308f28a14d94c870a0c5f92@gmail.com> In-Reply-To: <411d8c80-deab-4bc4-2a97-9bb6829a7b7f@ecosensory.com> References: <411d8c80-deab-4bc4-2a97-9bb6829a7b7f AT ecosensory DOT com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.23; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Thu, 12 Jan 2017 23:07:18 -0600 "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" wrote: > Is there a way to get a smooth slot with PCB? (A non-circular plated through hole -- a round ended slot). > > Is there a quick approximation to do with overlapping vias? > > What I can find on websites says no, just use a bigger holed via for a metal tab solder hole. Someone further down the thread suggested you have to create a slots layer and draw the shape. 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-requests/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. Nicklas Karlsson