Hello everybody!
I am trying to figure out why the custom rule I wrote, is not working when running DRC from PCB_Editor.
Running from kicad-cli it does not work either.
I have a board with two connectors (TPH): ETH1 on TOP and Euro/VME Connector on BOT. The Euro Connector does not have any Net or signal connected hence, it is only for secure the board to its backplane (it’s only mechanical).
The Ethernet RJ45 MagJack is connected. But due to space constraints some pins need to be removed from the Euro/VME Connector, so those pins are simply holes in the footprint with no connections at all.
Running the DRC it gives me this warning:
** Found 1 DRC violations **
[solder_mask_bridge]: Rear solder mask aperture bridges items with different nets
Rule: board setup solder mask min width; warning
@(150.6321 mm, 78.4726 mm): NPTH pad of X1
@(151.0861 mm, 79.7406 mm): PTH pad 12 [Net-(ETH1-Pad12)] of ETH1
I would like to exclude this warnig from the DRC check, so I can finish my project.
How write a custom rule for exclude this ?
Regards,
Gianluca