Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 6665) +++ trunk/scconfig/plugins.h (revision 6666) @@ -45,7 +45,7 @@ plugin_def("import_sch", "import sch", sbuildin, 1) plugin_def("import_edif", "import edif", sbuildin, 1) plugin_def("import_netlist", "import netlist", sbuildin, 1) -plugin_def("import_dsn", "specctra .dsn importer", sdisable, 0) +plugin_def("import_dsn", "specctra .dsn importer", sbuildin, 1) plugin_def("import_hyp", "hyperlynx .hyp importer", sdisable, 0) plugin_header("\nExport plugins:\n") @@ -61,7 +61,7 @@ plugin_def("export_test", "dummy test pcb_exporter", sdisable, 1) plugin_def("export_bboard", "breadboard pcb_exporter", sdisable, 0) plugin_def("export_openscad", "openscad pcb_exporter", sdisable, 0) -plugin_def("export_dsn", "specctra .dsn pcb_exporter", sdisable, 0) +plugin_def("export_dsn", "specctra .dsn pcb_exporter", sbuildin, 1) plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter",sdisable, 0) plugin_def("export_svg", "SVG pcb_exporter", sbuildin, 1) plugin_def("export_stat", "exporter board statistics", sbuildin, 1) Index: trunk/src_plugins/export_dsn/README =================================================================== --- trunk/src_plugins/export_dsn/README (revision 6665) +++ trunk/src_plugins/export_dsn/README (revision 6666) @@ -1,5 +1,5 @@ Export specctra .dsn files -#state: Work-in-progress -#default: disable +#state: works +#default: enabled #implements: export Index: trunk/src_plugins/import_dsn/README =================================================================== --- trunk/src_plugins/import_dsn/README (revision 6665) +++ trunk/src_plugins/import_dsn/README (revision 6666) @@ -1,5 +1,5 @@ Import specctra .dsn files -#state: Work-in-progress -#default: disable +#state: works +#default: enabled #implements: import