Index: draw_csect.c =================================================================== --- draw_csect.c (revision 19202) +++ draw_csect.c (revision 19203) @@ -470,7 +470,7 @@ stepf = 3; } #warning layer TODO: handle multiple outline layers - else if ((g->ltype & PCB_LYT_BOUNDARY) || (g->ltype & PCB_LYT_OUTLINE)) { + else if (g->ltype & PCB_LYT_BOUNDARY) { outline_gid = gid; continue; }