gerber plot: fix incorrect string attribute for BGA pads on copper layer
This commit is contained in:
parent
94f161b8c2
commit
71e64de3a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue