Add "Mechanical" pad property

Prevents mechanical support pads from being used to check pad types.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16747
This commit is contained in:
Seth Hillbrand
2024-05-05 21:57:10 +00:00
parent e0b0fb27b0
commit a835ba0715
11 changed files with 26 additions and 9 deletions
+1
View File
@@ -184,6 +184,7 @@ void BRDITEMS_PLOTTER::PlotPad( const PAD* aPad, const COLOR4D& aColor, OUTLINE_
break;
case PAD_PROP::NONE:
case PAD_PROP::MECHANICAL:
break;
}