Index: plugins.h =================================================================== --- plugins.h (revision 24871) +++ plugins.h (revision 24872) @@ -86,6 +86,7 @@ plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1) plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1) plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1) +plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1) plugin_def("export_fidocadj", "FidoCadJ .fcd pcb_exporter", sbuildin, 1) plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1) plugin_def("export_gerber", "Gerber pcb_exporter", sbuildin, 1) @@ -133,6 +134,7 @@ plugin_dep("dialogs", "lib_hid_common", 0) plugin_dep("draw_fab", "report", 0) plugin_dep("export_fidocadj", "lib_compat_help", 0) +plugin_dep("export_gerber", "export_excellon", 0) plugin_dep("export_ipcd356", "lib_compat_help", 0) plugin_dep("export_lpr", "export_ps", 0) plugin_dep("export_openems", "lib_polyhelp", 0)