Index: scconfig/plugins.h =================================================================== --- scconfig/plugins.h (revision 11890) +++ scconfig/plugins.h (revision 11891) @@ -78,7 +78,7 @@ plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sdisable, 0) plugin_def("export_lpr", "lpr pcb_exporter (printer)", sbuildin, 1) plugin_def("export_nelma", "nelma pcb_exporter", sbuildin, 1) -plugin_def("export_openscad", "openscad pcb_exporter", sdisable, 0) +plugin_def("export_openscad", "openscad pcb_exporter", sbuildin, 1) plugin_def("export_png", "png/gif/jpg pcb_exporter", sbuildin, 1) plugin_def("export_ps", "postscript pcb_exporter", sbuildin, 1) plugin_def("export_stat", "export board statistics", sbuildin, 1) Index: src_plugins/export_openscad/export_openscad.pup =================================================================== --- src_plugins/export_openscad/export_openscad.pup (revision 11890) +++ src_plugins/export_openscad/export_openscad.pup (revision 11891) @@ -3,5 +3,5 @@ $long Export openscad $state WIP dep lib_polyhelp -default disable-all +default buildin autoload 1