Index: bboard.c =================================================================== --- bboard.c (revision 6241) +++ bboard.c (revision 6242) @@ -499,10 +499,10 @@ memset(group_data, 0, sizeof(group_data)); - if (pcb_layer_group_list(PCB_LYT_SILK | PCB_LYT_BOTTOM, &gbottom, 1) > 0) + if (pcb_layer_group_list(PCB_LYT_COPPER | PCB_LYT_BOTTOM, &gbottom, 1) > 0) group_data[gbottom].solder = 1; - if (pcb_layer_group_list(PCB_LYT_SILK | PCB_LYT_TOP, >op, 1) > 0) + if (pcb_layer_group_list(PCB_LYT_COPPER | PCB_LYT_TOP, >op, 1) > 0) group_data[gtop].component = 1; for (i = 0; i < pcb_max_layer; i++) {