Plot gerber: fix a too zealous plot of negative objects on the silkscreen layers,

when merging layers to silkscreen layers.
From master branch
This commit is contained in:
jean-pierre charras 2023-04-07 11:34:42 +02:00
parent 39dcd0a352
commit 3de80d3b20
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ void PlotOneBoardLayer( BOARD *aBoard, PLOTTER* aPlotter, PCB_LAYER_ID aLayer,
// Plot the mask
PlotStandardLayer( aBoard, aPlotter, layer_mask, plotOpt );
// Disable the negative polarity
aPlotter->SetLayerPolarity( true );
}
break;