kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31115
Re: [PATCH] Improve eeschema wire merging
Sorry for the repeat on this one. I missed a corner case in testing the
first time (overlapping, horizontal segments offset in Y)
I've attached a collapsed patch for this.
-Seth
On Fri, Oct 6, 2017 at 10:56 AM, Seth Hillbrand <seth.hillbrand@xxxxxxxxx>
wrote:
> Currently, if you draw a line _over_ another line, eeschema will make a
> junction unless you make the new line exactly on the endpoint of the old
> line.
>
> The attached patch fixes this by allowing line merges of arbitrary
> overlapping segments. It also speeds up the merge (trivially) by removing
> the atan2() calls.
>
> -Seth
>
Attachment:
0001-Eeschema-Improve-performance-and-merge-overlapping-s.patch
Description: Binary data
Follow ups
References