Update schematic variants

This commit is contained in:
Seth Hillbrand
2026-01-05 17:45:04 -08:00
parent a7ec3bb7cc
commit c385767cd3
76 changed files with 83456 additions and 170 deletions
+1 -1
View File
@@ -182,6 +182,7 @@ int CLI::SCH_EXPORT_PLOT_COMMAND::doPerform( KIWAY& aKiway )
plotJob->m_drawingSheet = m_argDrawingSheet;
plotJob->SetVarOverrides( m_argDefineVars );
plotJob->m_variantNames = m_argVariantNames;
// PDF local options
if( m_plotFormat == SCH_PLOT_FORMAT::PDF )
@@ -191,7 +192,6 @@ int CLI::SCH_EXPORT_PLOT_COMMAND::doPerform( KIWAY& aKiway )
plotJob->m_PDFMetadata = !m_argParser.get<bool>( ARG_EXCLUDE_PDF_METADATA );
}
plotJob->m_variant = From_UTF8( m_argParser.get<std::string>( ARG_VARIANT ).c_str() );
int exitCode = aKiway.ProcessJob( KIWAY::FACE_SCH, plotJob.get() );
return exitCode;