diff --git a/pcbnew/plot_board_layers.cpp b/pcbnew/plot_board_layers.cpp index e92fd9593a..b59a64b971 100644 --- a/pcbnew/plot_board_layers.cpp +++ b/pcbnew/plot_board_layers.cpp @@ -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;