Browse Source

Expose violation severity for co-located holes.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18028
fusion360
Jeff Young 1 year ago
parent
commit
26906f383c
  1. 1
      pcbnew/drc/drc_item.cpp

1
pcbnew/drc/drc_item.cpp

@ -276,6 +276,7 @@ std::vector<std::reference_wrapper<RC_ITEM>> DRC_ITEM::allItemTypes( {
DRC_ITEM::edgeClearance,
DRC_ITEM::holeClearance,
DRC_ITEM::holeNearHole,
DRC_ITEM::holesCoLocated,
DRC_ITEM::trackWidth,
DRC_ITEM::annularWidth,
DRC_ITEM::drillTooSmall,

Loading…
Cancel
Save