Make MW footprints proper attrib

This commit is contained in:
Seth Hillbrand 2021-09-24 10:43:38 -07:00
parent 64be61b4d6
commit bb95ca2966
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ FOOTPRINT* MICROWAVE_TOOL::createBaseFootprint( const wxString& aValue,
FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue ); FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue );
footprint->SetAttributes( FP_EXCLUDE_FROM_POS_FILES | FP_EXCLUDE_FROM_BOM );
if( aTextSize > 0 ) if( aTextSize > 0 )
{ {
footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) ); footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) );