kicad/pcbnew/connectivity
Roberto Fernandez Bautista 235688e459 Less restrictive Arc Track Dragging tool
Use the connecting straight tracks even if not exactly parallel - allow
an error margin configurable in ADVANCED_CFG (default 1 degree). Also
be less strict about end point matching and use the width of the track
as the criteria to determine suitability.

Finally, delete any short lengths of track at the end of the operation
and amend the arc end points to keep connectivity.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/7967
2021-04-06 12:52:01 +00:00
..
CMakeLists.txt pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 2020-09-27 16:45:46 +02:00
connectivity_algo.cpp Fix connectivity to only resolve conflicts on netlist load 2021-03-23 17:43:24 -04:00
connectivity_algo.h Fix connectivity to only resolve conflicts on netlist load 2021-03-23 17:43:24 -04:00
connectivity_data.cpp Less restrictive Arc Track Dragging tool 2021-04-06 12:52:01 +00:00
connectivity_data.h Less restrictive Arc Track Dragging tool 2021-04-06 12:52:01 +00:00
connectivity_items.cpp Connectivity: just pick the most popular net to update conflicting clusters 2021-03-21 15:31:37 -04:00
connectivity_items.h Connectivity: just pick the most popular net to update conflicting clusters 2021-03-21 15:31:37 -04:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Added a lot of consts and refactored a few lines 2021-03-08 12:49:48 -08:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00