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=yNZA2VP4XgYOEWDScqczmzvxldPdTQsT8wa7/dVxdsc=; b=NMberzqaajOi1zwpl/nDyWi7+Ig8v45DKMczmzxytzvu55FV2Gyu7oc6sr/M5xoHve vke+lH7J4ByIY/P98cq3VeyGYd649ItfrtJilYyI9bF8h3ZNb0oxgYPkBoRulDoke5LQ X4GNCvP3Ur4PUyStpznufSR3cot29A2C5V14wnQ4jJ4hiz0Z+VDB6jbiH+28jdsvE63b YZbucwzBdJLB6bW1Y1nnwd69NmO81zgY5qy0hytBbbcKiIsjsLwQCAW1W/5O0GEpc8bS vzJlDaxgdaaqBwf06Gc7rR9fuFveV22Wj4ZISsOG3O+jP+2ttOLwpminBFr8adMEKIG2 0qIg== X-Received: by 10.180.39.193 with SMTP id r1mr39412704wik.57.1445523508259; Thu, 22 Oct 2015 07:18:28 -0700 (PDT) Date: Thu, 22 Oct 2015 16:18:21 +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: <20151022161821.637d558cf569135120a20682@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> 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, 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.