mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 22:35:30 +00:00
Make MW footprints proper attrib
This commit is contained in:
parent
64be61b4d6
commit
bb95ca2966
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user