gerber plot: fix incorrect string attribute for BGA pads on copper layer

This commit is contained in:
jean-pierre charras 2018-05-29 12:30:52 +02:00
parent 94f161b8c2
commit 71e64de3a4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ std::string GBR_APERTURE_METADATA::FormatAttribute( GBR_APERTURE_ATTRIB aAttribu
case GBR_APERTURE_ATTRIB_BGAPAD_CUDEF: // print info associated to a flashed BGA pad with
// a solder mask defined by the solder mask
attribute_string = "%TA.AperFunction,BGAPad,CuDef";
attribute_string = "TA.AperFunction,BGAPad,CuDef";
break;
case GBR_APERTURE_ATTRIB_CONNECTORPAD: // print info associated to a flashed edge connector pad (outer layers)