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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=DUsbC6qhRlpH+5GLLJbRHZvuYBe5CMm0K3HMwTMjWoM=; b=zhV1ao4ZBAwXfAeQ36kEyizox0MyrjkUgKEgxV+/vxzhl7UamitbE+ZqjVYZL6vfrn NhisejwTUiyLOth52V35mDLYsJrjlLFFILtMbVTnFu3MG9Ht0t0maNm10T+/d9tSreG9 BAMpdUXy8gHKiTRGWO2Sckcup8Vq+cCAyRyimo+Tu4UmVfV/cQrZfgNLmcZtpefXRG9O kU/36yEcaenqus2DFtiJDvcR8xtGThl1WLAz5N/IrbfFVAiBrZGEiuo+GCz0G7095g++ daodILwZnczfnLOtv9SVTaMwhC29jShOYxDJm13M+58FscjiRCC9b/YZgOof6N9fmbtk xtOQ== X-Received: by 10.194.117.5 with SMTP id ka5mr91676755wjb.20.1452092036554; Wed, 06 Jan 2016 06:53:56 -0800 (PST) Date: Wed, 6 Jan 2016 15:53:55 +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] A fileformat library (blind/buried vias) Message-Id: <20160106155355.96047e3228edd4461f7cb7a1@gmail.com> In-Reply-To: <6BB2957D-7001-4E0B-BA95-47868F91DE17@noqsi.com> References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <20160105182120 DOT 3237F809D79B AT turkos DOT aspodata DOT se> <8E0210CD-0694-4717-A7B1-3224E39691DA AT sbcglobal DOT net> <20160106135339.80f8121dd33! cddd92c5acb8a AT gmail DOT com> <42CFD5A8-B3C1-4BB2-8D5E-7FF582332FCF AT noqsi DOT com> <20160106145428 DOT b829e7ebe8f7f93b6a644259 AT g! mail.com> <6BB2957D-7001-4E0B-BA95-47868F91DE17 AT noqsi DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 > > If it where possible to bunch together the ordinary drawing primitives including drilled plated or not holes in something called a via it would be no problem to draw buried vias? > > Yes. But part of the reason pcb can’t do this is that it doesn’t model all of the layers in a consistent way, especially the insulating ones. Then there is a starting point, how to tell pcb thru which insulating layer hole should be drilled? There is named layers which could be used. Howto tell pcb there should be a plated hole between these layers? Then pcb know between which layers hole should be drilled and the pad stack it can figure thru which boards hole should be drilled but I would prefer to store on which layer hole should be. Which information do you consider most imporant for a buried/blind via: Thru which layers hole should be drilled? Or which named layers should be connected? I know about the pin macro, do you know how a hole is represented on an insulating layer? The figuring out which where holes should be drilled data is searched for pin attributes? Or some other object on the insulating layer? Nicklas Karlsson