kicad/pcbnew/connectivity
Seth Hillbrand 6ffb72159a Remove vias if they only connect to single layer
A via takes up zone space on additional layers, so if we are not
connecting to those layers, then we should remove it.

Fixes https://gitlab.com/kicad/code/kicad/issues/7004
2021-01-08 09:39:43 -08: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 More consistent naming. 2020-12-08 13:05:39 +00:00
connectivity_algo.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
connectivity_data.cpp Remove vias if they only connect to single layer 2021-01-08 09:39:43 -08:00
connectivity_data.h Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor 2020-11-13 17:43:21 +00:00
connectivity_items.cpp Implement free vias fully 2020-12-20 16:29:50 -05:00
connectivity_items.h Naming conventions. 2020-11-14 18:26:03 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00