delorie.com/archives/browse.cgi | search |
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=20161025; | |
h=mime-version:in-reply-to:references:from:date:message-id:subject:to; | |
bh=s6fypehtWHnTJEPwf2SijBx5mp7bKlUgdATnc13JAQg=; | |
b=VWJKXkffiTpzZbZHCaSxlZHEBeynvIpsZuRXJ3fykj7IG97575rS8ltEu7BkXgS8DO | |
9s7nat22upmB4ubdgf9DVBq9jWwkPrzys5zsuP1JAOGAdr0rhgMn/qL0AWU/Rt5qiIUo | |
vKO3EKGyPGim++bDSQvqwF4nU6mbSUcH/XMzJQRIdvOOlSSrYX9AXcJvWaRSDzgQZ+0f | |
/UbAsgSBEXYUVq0juYucEqwHpWYqLJdbA4QS476b6jE+uZKk/ECuBF/KUnTp7J3vama3 | |
8UOOb9KKIyEmxFHfGKZ8LkJ7am1kaX4/82oc9sRdXfcDJuygcVP1esT6luFcqhfJjC7R | |
0umw== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to; | |
bh=s6fypehtWHnTJEPwf2SijBx5mp7bKlUgdATnc13JAQg=; | |
b=J9hqamXsEpO3a21nrAOcPiWj0+SJ03WZ9x0bo5Ju9bogaVYohdBtC8OmqlWiDsq1o3 | |
0mTQ7Jm9ZzxLtSNiX3EXOaBvS5t91j8jfiXR/ttV7UV6gh6XiwFVC03VHazdlJV8Mszs | |
CZ5Hgh19ycNLE5Y1H42jXW03ghbmHNUw6zpslRF7sDNrgmFdCP4d2hj7zVGMRQ+gC56i | |
oKYfUoOqz0nubW7obuyQqZO6mWB8iOKrv+pW+hm43vQR6HjzgqnxCUL5rYDFRio0elZk | |
RXYHa/tF/u0LiLz5phmfJdaE/8Pfy/jxwPOOpje9aKQqxIuw8eJnca0qAihYpsroxnpm | |
F2Ww== | |
X-Gm-Message-State: | AKwxytdOevHP2r4Lhqr6j5gIiY4ZpdZUnJNXXIdO/JjJAKoz4yttpMVq |
N8jJQ9aoNZdfqCdQQHj55J0PySzGSRmelSSo3+Q= | |
X-Google-Smtp-Source: | AH8x227+l4pxtsPZPhkNMkYLy0KTXPzCLXpcFLau4NbbCtIoVPmIq5WZw7lDF4g19CH1HXzuIFMUZ8gCCmM8O62f2kQ= |
X-Received: | by 2002:a17:902:49:: with SMTP id 67-v6mr40507046pla.424.1517763447915; |
Sun, 04 Feb 2018 08:57:27 -0800 (PST) | |
MIME-Version: | 1.0 |
In-Reply-To: | <alpine.DEB.2.00.1802032002380.12270@igor2priv> |
References: | <0a59af1c-d27e-2b2f-f649-fd5f84ae7fc5 AT linetec DOT nl> |
<alpine DOT DEB DOT 2 DOT 00 DOT 1802031633270 DOT 12270 AT igor2priv> <b9ab4067-447e-9d0b-42ba-1f4cbd5aaeb5 AT linetec DOT nl> | |
<alpine DOT DEB DOT 2 DOT 00 DOT 1802031733570 DOT 12270 AT igor2priv> <alpine DOT DEB DOT 2 DOT 00 DOT 1802032002380 DOT 12270 AT igor2priv> | |
From: | "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Sun, 4 Feb 2018 11:57:27 -0500 |
Message-ID: | <CAJZxidCATy+AaYGj_=HaXgO6onrMYgYEsC6oxaxacapq8SSMLA@mail.gmail.com> |
Subject: | Re: [geda-user] Net length info question |
To: | geda-user AT delorie DOT com |
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 |
--0000000000002a88cc056465d753 Content-Type: text/plain; charset="UTF-8" Richard- I'm not exactly sure that I understand what you want to do. Are you looking to get the length from the point on the trace back to a pin or pad, following the trace through bends and arcs? Or are you just looking to see the distance from the crosshair to the ends of that particular line segment? If the latter, you could easily draw a line that is the dimension you want and use that as a ruler. It would be pretty easy to add this info in a tool-tip that pops up when you hover over a line. The former is a little more difficult, but it could be done, if that's what you need. The PPA you use appears to only update only occasionally. So, if we implement this, you would have to build pcb from the git repo to test this feature. Thanks, --Chad On Sat, Feb 3, 2018 at 2:03 PM, <gedau AT igor2 DOT repo DOT hu> wrote: > Update: report(NetLengthTo) implemented in trunk/. > > > --0000000000002a88cc056465d753 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div><div><div><div>Richard-<br><br></div>I'm not= exactly sure that I understand what you want to do. Are you looking to get= the length from the point on the trace back to a pin or pad, following the= trace through bends and arcs? Or are you just looking to see the distance = from the crosshair to the ends of that particular line segment?<br><br>If t= he latter, you could easily draw a line that is the dimension you want and = use that as a ruler. It would be pretty easy to add this info in a tool-tip= that pops up when you hover over a line.<br><br></div>The former is a litt= le more difficult, but it could be done, if that's what you need.<br><b= r></div>The PPA you use appears to only update only occasionally. So, if we= implement this, you would have to build pcb from the git repo to test this= feature.<br><br></div>Thanks,<br></div>--Chad<br></div><div class=3D"gmail= _extra"><br><div class=3D"gmail_quote">On Sat, Feb 3, 2018 at 2:03 PM, <sp= an dir=3D"ltr"><<a href=3D"mailto:gedau AT igor2 DOT repo DOT hu" target=3D"_blank"= >gedau AT igor2 DOT repo DOT hu</a>></span> wrote:<br><blockquote class=3D"gmail_qu= ote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex= ">Update: report(NetLengthTo) implemented in trunk/.<br> <br> <br> </blockquote></div><br></div> --0000000000002a88cc056465d753--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |