Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 16455) +++ trunk/scconfig/Rev.h (revision 16456) @@ -1 +1 @@ -static const int myrev = 16429; +static const int myrev = 16456; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 16455) +++ trunk/scconfig/Rev.tab (revision 16456) @@ -1,4 +1,4 @@ -16429 configure new plugin: import_ipcd356 +16456 configure new plugin: import_ipcd356; rewrite export_ipcd356 16265 configure introducing pcb api ver 16233 configure retire hid_srv_ws: we are not going to use websockets for the web variant 16155 configure rewrite route style anchored menu to be central Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 16455) +++ trunk/scconfig/plugins.h (revision 16456) @@ -79,7 +79,7 @@ plugin_def("export_fidocadj", "FidoCadJ .fcd pcb_exporter", sbuildin, 1) plugin_def("export_gcode", "gcode pcb_exporter", sbuildin, 1) plugin_def("export_gerber", "Gerber pcb_exporter", sbuildin, 1) -plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sdisable, 0) +plugin_def("export_ipcd356", "IPC-D-356 Netlist pcb_exporter", sbuildin, 1) plugin_def("export_lpr", "lpr pcb_exporter (printer)", sbuildin, 1) plugin_def("export_nelma", "nelma pcb_exporter", sdisable, 1) plugin_def("export_openems", "openems exporter", sdisable, 1) Index: trunk/src_plugins/export_ipcd356/export_ipcd356.pup =================================================================== --- trunk/src_plugins/export_ipcd356/export_ipcd356.pup (revision 16455) +++ trunk/src_plugins/export_ipcd356/export_ipcd356.pup (revision 16456) @@ -1,9 +1,9 @@ $class export $short IPC-D-356 Netlist pcb_exporter $long IPC-D-356 Netlist export. -$state requires-full-rewrite +$state works $fmt-native no $fmt-feature-w export IPC-D-356 Netlist (for automated testing) $package export-extra -default disable-all +default buildin autoload 1