Pcbnew: Make "Substitute similarly named models" on by default in STEP export.

This commit is contained in:
Kliment 2023-01-27 22:40:49 +01:00 committed by Jeff Young
parent a78e5b0141
commit f6dc48ead7
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ PCBNEW_SETTINGS::PCBNEW_SETTINGS()
&m_ExportStep.no_virtual, false ) );
m_params.emplace_back( new PARAM<bool>( "export_step.replace_models",
&m_ExportStep.replace_models, false ) );
&m_ExportStep.replace_models, true ) );
m_params.emplace_back( new PARAM<bool>( "export_step.overwrite_file",
&m_ExportStep.overwrite_file, true ) );