Pcbnew: add pad fabrication property Press-Fit

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21457
This commit is contained in:
jean-pierre charras
2025-08-11 15:59:19 +02:00
parent ea8d0519bd
commit da92279436
17 changed files with 93 additions and 22 deletions
+1
View File
@@ -258,6 +258,7 @@ void BRDITEMS_PLOTTER::PlotPad( const PAD* aPad, PCB_LAYER_ID aLayer, const COLO
metadata.SetApertureAttrib( GBR_APERTURE_METADATA::GBR_APERTURE_ATTRIB_CASTELLATEDPAD );
break;
case PAD_PROP::PRESSFIT: // used only in drill files
case PAD_PROP::NONE:
case PAD_PROP::MECHANICAL:
break;