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:
parent
39dcd0a352
commit
3de80d3b20
|
@ -207,6 +207,9 @@ void PlotOneBoardLayer( BOARD *aBoard, PLOTTER* aPlotter, PCB_LAYER_ID aLayer,
|
||||||
|
|
||||||
// Plot the mask
|
// Plot the mask
|
||||||
PlotStandardLayer( aBoard, aPlotter, layer_mask, plotOpt );
|
PlotStandardLayer( aBoard, aPlotter, layer_mask, plotOpt );
|
||||||
|
|
||||||
|
// Disable the negative polarity
|
||||||
|
aPlotter->SetLayerPolarity( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue