Combine/move svg plot job to single path
This commit is contained in:
@@ -453,6 +453,7 @@ void DIALOG_PLOT::transferPlotParamsToJob()
|
||||
{
|
||||
JOB_EXPORT_PCB_SVG* svgJob = static_cast<JOB_EXPORT_PCB_SVG*>( m_job );
|
||||
svgJob->m_precision = m_plotOpts.GetSvgPrecision();
|
||||
svgJob->m_genMode = JOB_EXPORT_PCB_SVG::GEN_MODE::MULTI;
|
||||
}
|
||||
|
||||
if( m_job->m_plotFormat == JOB_EXPORT_PCB_PLOT::PLOT_FORMAT::DXF )
|
||||
@@ -463,6 +464,7 @@ void DIALOG_PLOT::transferPlotParamsToJob()
|
||||
: JOB_EXPORT_PCB_DXF::DXF_UNITS::MILLIMETERS;
|
||||
dxfJob->m_plotGraphicItemsUsingContours = m_plotOpts.GetPlotMode() == OUTLINE_MODE::SKETCH;
|
||||
dxfJob->m_polygonMode = m_plotOpts.GetDXFPlotPolygonMode();
|
||||
dxfJob->m_genMode = JOB_EXPORT_PCB_DXF::GEN_MODE::NEW;
|
||||
}
|
||||
|
||||
if( m_job->m_plotFormat == JOB_EXPORT_PCB_PLOT::PLOT_FORMAT::PDF )
|
||||
|
||||
Reference in New Issue
Block a user