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=DLJzyrOMRnZqmiX24nKKRVgzECj+tvAhHVMqUNrhQis=; b=pvXnUZSE1ze8b5HW1DwU4zuHACmnxvXgCF3wfMr/5BmZmKZBisFXSf3hmSHS433snP i7xAybXcBV+bIcjXOfok4whebSI/L1NQvpEjdde4ayorgCiovansoiZNcU1ghXfCTFRt niENTIFrFg0DxoaS2Ht0zRBDq656E9lMa9GkNobyTp1iXHcS7750Xtmh1UL1uw3v5Qpt jFtP0RFTSINkXeez0TWsxoHgXthsCibNWx1xHM3ZwbFbrLzRF33IMWZGtJjQyPYNez+u zF7g7xwZi4dtN9Qt0EZyWGrhvEfDjda4O13N0u4TT5T0ZPz2dMwm6EMi1dFwxwcIxY6X gm0w== X-Received: by 10.180.107.193 with SMTP id he1mr44154096wib.81.1445530728744; Thu, 22 Oct 2015 09:18:48 -0700 (PDT) Date: Thu, 22 Oct 2015 18:18:41 +0200 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 lesson from gnet-makefile Message-Id: <20151022181841.88bc15703826480c303324f6@gmail.com> In-Reply-To: References: <73ED29DA-968B-4675-9B00-125E03683C9B AT noqsi DOT com> <201510220112 DOT t9M1Ccfq013731 AT envy DOT delorie DOT com> <201510220136 DOT t9M1a5Uw015222 AT envy DOT delorie DOT com> <201510220149 DOT t9M1nrIe016145 AT envy DOT delorie DOT com> <20151022023002 DOT GA25952 AT recycle DOT lbl DOT gov> <20151022090751 DOT ecb5bc25c7d968646dea2e85 AT gmail DOT com> <20151022161821 DOT 637d558cf569135120a20682 AT gmail 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=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, Oct 22, 2015 at 10:18 AM, Nicklas Karlsson > (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com] > wrote: > > On Thu, 22 Oct 2015 09:16:10 -0400 > > "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > > > >> On Thu, Oct 22, 2015 at 6:19 AM, Kai-Martin Knaak wrote: > >> > Nicklas Karlsson wrote: > >> > > >> >> Yes, only problem with star ground symbol in gschem is how many pins > >> >> it should have. In pcb for many cases it would make sense with one > >> >> common connection point. > >> >> > >> > Last time this topic surfaced on the mailing list the most practical > >> > suggestion was to exploit a pecularity of text in copper: > >> > The connection check of geda-pcb completely ignores letters. Insert a > >> > large "-" and make regular tracks overlap with the character but not > >> > connect to each other. > >> > >> That is a scary bug. > > > > According to my oppinion ideally DRC should look on copper layer not which symbol it belong to. If it look on nets only I guess it could more or less temporary assign some net to all copper objects. > > I think you are imagining something that works a little differently > from the way PCB handles this but I could be wrong. Probably becuase I have not read the code but some algorithm is used calculate distance between objects. If this algorithm look on traces, polygons and pads it will miss other copper objects. Ohms law however only care about copper. Nicklas Karlsson