Index: layer_grp.h =================================================================== --- layer_grp.h (revision 28228) +++ layer_grp.h (revision 28229) @@ -263,12 +263,14 @@ int force_end; } pcb_dflgmap_t; -extern const pcb_dflgmap_t pcb_dflgmap[]; /* the whole map */ +extern const pcb_dflgmap_t pcb_dflgmap[]; /* the whole map, without doc layers */ /* pointers into the array marking boundaries */ extern const pcb_dflgmap_t *pcb_dflgmap_last_top_noncopper; extern const pcb_dflgmap_t *pcb_dflgmap_first_bottom_noncopper; +extern const pcb_dflgmap_t pcb_dflgmap_doc[]; /* map for the doc layers, e.g. assy and fab layers */ + /* predefined common default map entries for building a stack */ extern const pcb_dflgmap_t pcb_dflg_top_copper; extern const pcb_dflgmap_t pcb_dflg_int_copper;