diff --git a/pcbnew/microwave/microwave_footprint.cpp b/pcbnew/microwave/microwave_footprint.cpp index 27099604c6..1a85a98f50 100644 --- a/pcbnew/microwave/microwave_footprint.cpp +++ b/pcbnew/microwave/microwave_footprint.cpp @@ -190,6 +190,8 @@ FOOTPRINT* MICROWAVE_TOOL::createBaseFootprint( const wxString& aValue, FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue ); + footprint->SetAttributes( FP_EXCLUDE_FROM_POS_FILES | FP_EXCLUDE_FROM_BOM ); + if( aTextSize > 0 ) { footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) );