KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drc_npth_slot_clearance_issue24799.cpp File Reference

Regression test for issue #24799: oblong NPTH holes picked up the copper-to-edge clearance instead of the copper-to-hole clearance. More...

Go to the source code of this file.

Classes

struct  NPTH_SLOT_CLEARANCE_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (NpthSlotClearanceIssue24799, NPTH_SLOT_CLEARANCE_FIXTURE)
 

Detailed Description

Regression test for issue #24799: oblong NPTH holes picked up the copper-to-edge clearance instead of the copper-to-hole clearance.

The fixture has a round and an oblong NPTH mounting hole well away from the board edge, an F.Cu zone over the whole board, and a track 0.5 mm from the slot wall. Copper-to-hole is 0.25 mm, copper-to-edge 1 mm. Both holes must get the same 0.25 mm fill standoff and DRC must not report the track.

Definition in file test_drc_npth_slot_clearance_issue24799.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()