kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18865
Re: [PATCH] Remove backtracking wires in eeschema
I orginally pinged Chris about this bug and he friendly took up the
task. Thumbs up.
I have applied the patch and it fixes the issue.
On a side note:
There was once upon a time that one could draw backwards on a wire to
delete it, but one can't do that anymore. (But I think that has been
impossible for quite some time now.) Is this something I am dreaming
or was this really the case?
2015-06-22 22:50 GMT+02:00 Chris Pavlina <pavlina.chris@xxxxxxxxx>:
> If you place a wire segment and then backtrack over it, you end up with
> a broken wire in the end:
>
> http://misc.c4757p.com/backtrack.mp4
>
> This is because the two segments are merged together, rather than the
> second *subtracting* from the first, even though the latter case is the
> way it's shown as you're drawing. This patch fixes that by adding a
> function to erase backtracks.
>
> --
> Chris
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References