X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 18 Feb 2015 19:05:06 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] Star connection points in PCB? (intconn) In-Reply-To: <54E4D15E.4000202@ecosensory.com> Message-ID: References: <1502170242 DOT AA18887 AT ivan DOT Harhan DOT ORG> <54E354D4 DOT 3040509 AT ecosensory DOT com> <54E4D15E DOT 4000202 AT ecosensory DOT com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Wed, 18 Feb 2015, John Griessen wrote: > On 02/18/2015 05:44 AM, Kai-Martin Knaak wrote: >>> I have >>> >such a patch in my fork: >>> > >>> >http://repo.hu/projects/pcb-rnd/intconn.html >>> > >>> >you can have multiple groups of internal connections and find.c >>> >considers them as real connections. >> Nice. >> I'd like to see this in the main trunk of pcb. >> >> Maybe this patch can even be augmented to include a flag for the star >> connection use case. > > Doesn't it handle that as is? At least until you start thinking of a GUI > to "dive down" edit a component in place... > > A star connector would be one with all its pins defined as one intconn group. > Nope. That would result in separate copper pads that find.c thinks are magically connected but are not connected in reality (unless you soldered a component or wire on them that realizes the "internal connection"). These two things, invisible internal connection and "not shorted even if conected" are really different, sort of complementer features. Intconn is good for SMD 0 ohm resistor jumpers, the latter is good for the star topology. Regards, Igor2