Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 33430) +++ trunk/scconfig/plugins.h (revision 33431) @@ -30,7 +30,7 @@ plugin_def("autoroute", "the original autorouter", sbuildin, 1, 0) plugin_def("ch_editpoint", "crosshair: on-point highlight", sbuildin, 1, 0) plugin_def("ch_onpoint", "crosshair: on-point highlight", sbuildin, 1, 0) -plugin_def("diag", "diagnostic acts. for devs", sdisable, 1, 0) +plugin_def("diag", "diagnostic acts. for devs", sbuildin, 1, 0) plugin_def("dialogs", "HID-independent GUI dialogs", sdisable, 1, 0) plugin_def("distalign", "distribute and align objs", sbuildin, 1, 0) plugin_def("djopt", "djopt board optimization", sbuildin, 1, 0) Index: trunk/src_plugins/diag/diag.pup =================================================================== --- trunk/src_plugins/diag/diag.pup (revision 33430) +++ trunk/src_plugins/diag/diag.pup (revision 33431) @@ -3,5 +3,5 @@ $long Actions for pcb-rnd core diagnostics, intended for developers. These are not in core because end users normally don't need these. As a plugin, due to dynamic loading, it can be dropped on an existing pcb-rnd installation with minimal risk of scaring away a reproducible bug. $package debug $state works -default disable +default buildin autoload 1