mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Add missing copy pasta for ps jobs handler
This commit is contained in:
parent
eadce8852f
commit
275bbf1aef
@ -1151,6 +1151,14 @@ int PCBNEW_JOBS_HANDLER::JobExportPs( JOB* aJob )
|
||||
brd->GetProject()->ApplyTextVars( psJob->GetVarOverrides() );
|
||||
brd->SynchronizeProperties();
|
||||
|
||||
if( psJob->m_checkZonesBeforePlot )
|
||||
{
|
||||
if( !toolManager->FindTool( ZONE_FILLER_TOOL_NAME ) )
|
||||
toolManager->RegisterTool( new ZONE_FILLER_TOOL );
|
||||
|
||||
toolManager->GetTool<ZONE_FILLER_TOOL>()->CheckAllZones( nullptr );
|
||||
}
|
||||
|
||||
if( psJob->m_argLayers )
|
||||
psJob->m_plotLayerSequence = convertLayerArg( psJob->m_argLayers.value(), brd );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user