Add more layers in default layers selection plot parameter.

This commit is contained in:
José Ignacio Romero
2017-10-25 08:07:42 +02:00
committed by jean-pierre charras
parent aa5faa9520
commit 73c88bd0fe
+3 -2
View File
@@ -113,8 +113,9 @@ PCB_PLOT_PARAMS::PCB_PLOT_PARAMS()
m_outputDirectory.clear();
m_color = BLACK;
m_textMode = PLOTTEXTMODE_DEFAULT;
m_layerSelection = LSET( 2, F_SilkS, B_SilkS) | LSET::AllCuMask();
m_layerSelection = LSET( 7, F_SilkS, B_SilkS, F_Mask, B_Mask,
F_Paste, B_Paste, Edge_Cuts )
| LSET::AllCuMask();
// This parameter controls if the NPTH pads will be plotted or not
// it is a "local" parameter
m_skipNPTH_Pads = false;