Do not force vias to be substracted from silkscreen in pcbnew gerber plot
This commit is contained in:
parent
4e61451c9c
commit
efa0286f26
|
@ -194,7 +194,6 @@ void PlotOneBoardLayer( BOARD *aBoard, PLOTTER* aPlotter, int aLayer,
|
|||
if( aPlotter->GetPlotterType() == PLOT_FORMAT_GERBER
|
||||
&& plotOpt.GetSubtractMaskFromSilk() )
|
||||
{
|
||||
plotOpt.SetPlotViaOnMaskLayer( true );
|
||||
if( aLayer == SILKSCREEN_N_FRONT )
|
||||
layer_mask = GetLayerMask( SOLDERMASK_N_FRONT );
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue