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: References: <0a59af1c-d27e-2b2f-f649-fd5f84ae7fc5 AT linetec DOT nl> From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sun, 4 Feb 2018 11:57:27 -0500 Message-ID: Subject: Re: [geda-user] Net length info question To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="0000000000002a88cc056465d753" 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 --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, wrote: > Update: report(NetLengthTo) implemented in trunk/. > > > --0000000000002a88cc056465d753 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 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.

The former is a litt= le 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: