changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT

This commit is contained in:
charras
2009-12-21 13:05:11 +00:00
parent 6769e4c94a
commit bec48d8ab2
19 changed files with 52 additions and 54 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ PCB_Plot_Options::PCB_Plot_Options()
PlotScaleOpt = 1;
}
static long s_SelectedLayers = CUIVRE_LAYER | CMP_LAYER |
static long s_SelectedLayers = LAYER_BACK | LAYER_FRONT |
SILKSCREEN_LAYER_CMP | SILKSCREEN_LAYER_CU;
static bool s_PlotOriginIsAuxAxis = FALSE;