X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 3 Feb 2018 17:37:27 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: "Richard Rasker (rasker AT linetec DOT nl) [via 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] Net length info question In-Reply-To: Message-ID: References: <0a59af1c-d27e-2b2f-f649-fd5f84ae7fc5 AT linetec DOT nl> 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 Hello Richard, On Sat, 3 Feb 2018, Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com] wrote: > Hello Igor, > > > Op 03-02-18 om 16:35 schreef gedau AT igor2 DOT repo DOT hu: >> Hello Richard, >> >> On Sat, 3 Feb 2018, Richard Rasker (rasker AT linetec DOT nl) [via >> geda-user AT delorie DOT com] wrote: >> >>> Question (and the answer is probably 'no', but I'm curious anyway): with >>> the cursor over the net, is there a way to report the net length up to the >>> cursor, even when the total length is more? The actual tubing has markings >>> at every 10 meters, and it would be convenient if I could duplicate this in >>> the PCB plan -- but it might also be handy when designing CPU and memory >>> buses for actual pcb's. >> >> I can implement this in pcb-rnd in about 15 minutes, if you are willing to >> test it using trunk/. > > Being a very lazy person, I normally use the geda-unstable package from the > Mehanik ppa, but I'm absolutely willing to give pcb-rnd a try, and yes, this > easier net length lookup would be rather handy even for this one application. > > One question: is building & installing pcb-rnd likely to interfere with the > package version of pcb or any other gEDA components? There is absolutely no interference, it's 100% safe to install pcb-rnd together with geda/pcb, kicad, etc. > But hey, thanks, I'll look forward to this functionality! I'll have to figure > out how to build pcb-rnd again (I don't do much in the way of software > builds), but I've done that before, so I should be able to figure it out > again. quick steps: svn checkout svn://repo.hu/pcb-rnd/trunk pcb-rnd/trunk cd pcb-rnd/trunk ./configure make make install The last step, make install, is optional; you can run it from source, without installation, for a test ride: cd src ./pcb-rnd USUAL_ARGUMENTS_HERE Please let me know if everything went well. TIA, Igor2