Add "Collect And Embed 3D Models" to Tools menu.
This commit is contained in:
@@ -425,6 +425,9 @@ void PCB_EDIT_FRAME::doReCreateMenuBar()
|
||||
toolsMenu->Add( PCB_ACTIONS::cleanupGraphics );
|
||||
toolsMenu->Add( PCB_ACTIONS::repairBoard );
|
||||
|
||||
toolsMenu->AppendSeparator();
|
||||
toolsMenu->Add( PCB_ACTIONS::collect3DModels );
|
||||
|
||||
toolsMenu->AppendSeparator();
|
||||
toolsMenu->Add( PCB_ACTIONS::boardReannotate );
|
||||
update = toolsMenu->Add( ACTIONS::updateSchematicFromPcb );
|
||||
|
||||
@@ -1077,7 +1077,8 @@ TOOL_ACTION PCB_ACTIONS::collect3DModels( TOOL_ACTION_ARGS()
|
||||
.Name( "pcbnew.EditorControl.collect3DModels" )
|
||||
.Scope( AS_GLOBAL )
|
||||
.FriendlyName( _( "Collect And Embed 3D Models" ) )
|
||||
.Tooltip( _( "Collect footprint 3D models and embed them into the board" ) ) );
|
||||
.Tooltip( _( "Collect footprint 3D models and embed them into the board" ) )
|
||||
.Icon( BITMAPS::import3d ) );
|
||||
|
||||
// Track & via size control
|
||||
TOOL_ACTION PCB_ACTIONS::trackWidthInc( TOOL_ACTION_ARGS()
|
||||
|
||||
Reference in New Issue
Block a user