Index: trunk/src_plugins/export_excellon/excellon.c =================================================================== --- trunk/src_plugins/export_excellon/excellon.c (revision 29231) +++ trunk/src_plugins/export_excellon/excellon.c (revision 29232) @@ -385,6 +385,7 @@ static void use_gc(pcb_hid_gc_t gc, pcb_coord_t radius) { + exc_drawn_objs++; if ((gc->style != pcb_cap_round) && (!warn.nonround)) { warn.nonround = 1; pcb_message(PCB_MSG_ERROR, "Excellon: can not set non-round aperture (some features may be missing from the export)\n");