Index: plugins.h =================================================================== --- plugins.h (revision 28521) +++ plugins.h (revision 28522) @@ -94,7 +94,6 @@ plugin_def("export_excellon", "Excellon drill exporter", sbuildin, 1, 0) plugin_def("export_fidocadj", "FidoCadJ .fcd pcb_exporter", sbuildin, 1, 0) plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1, 0) -plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1, 0) plugin_def("export_gerber", "Gerber pcb_exporter", sbuildin, 1, 0) plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sbuildin, 1, 0) plugin_def("export_lpr", "lpr pcb_exporter (printer)", sbuildin, 1, 0) @@ -104,7 +103,7 @@ plugin_def("export_png", "png/gif/jpg pcb_exporter", sbuildin, 1, 0) plugin_def("export_ps", "postscript pcb_exporter", sbuildin, 1, 0) plugin_def("export_stat", "export board statistics", sbuildin, 1, 0) -plugin_def("export_stl", "3d export: STL ", sdisable, 1, 0) +plugin_def("export_stl", "3d export: STL", sbuildin, 1, 0) plugin_def("export_svg", "SVG pcb_exporter", sbuildin, 1, 0) plugin_def("export_test", "dummy test pcb_exporter", sdisable, 1, 0) plugin_def("export_vfs_fuse", "FUSE VFS server", sdisable, 1, 0)