Index: plugins.h =================================================================== --- plugins.h (revision 33979) +++ plugins.h (revision 33980) @@ -103,7 +103,7 @@ plugin_def("cam", "cam/job based export", sbuildin, 1, 0) plugin_def("ddraft", "2D drafting helper", sbuildin, 1, 0) plugin_def("export_bom", "bom pcb_exporter", sbuildin, 1, 0) -plugin_def("export_c_draw", "export drawing in C code", sbuildin, 1, 0) +plugin_def("export_c_draw", "export drawing in C code", sdisable, 0, 0) plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1, 0) plugin_def("export_dxf", "DXF pcb_exporter", sbuildin, 1, 0) plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1, 0)