Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 36903) +++ trunk/scconfig/Rev.h (revision 36904) @@ -1 +1 @@ -static const int myrev = 36851; +static const int myrev = 36904; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 36903) +++ trunk/scconfig/Rev.tab (revision 36904) @@ -1,3 +1,4 @@ +36904 configure enable plugin the order and order_pcbway plugins 36851 configure order plugin: constraint language 36722 configure import_sch from sch-rnd 36610 configure remove local implementation of export and print dialogs in favor of librnd's Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 36903) +++ trunk/scconfig/plugins.h (revision 36904) @@ -40,8 +40,8 @@ plugin_def("millpath", "calculate toolpath for milling", sdisable, 1) plugin_def("mincut", "minimal cut shorts", sbuildin, 1) plugin_def("oldactions", "old/obsolete actions", sdisable, 1) -plugin_def("order_pcbway", "board ordering from PCBWay", sdisable, 1) -plugin_def("order", "online board ordering", sdisable, 1) +plugin_def("order_pcbway", "board ordering from PCBWay", sbuildin, 1) +plugin_def("order", "online board ordering", sbuildin, 1) plugin_def("polycombine", "combine selected polygons", sbuildin, 1) plugin_def("polystitch", "stitch polygon at cursor", sbuildin, 1) plugin_def("propedit", "object property editor", sbuildin, 1) @@ -187,6 +187,7 @@ plugin_dep("lib_vfs", "propedit") plugin_dep("millpath", "ddraft") plugin_dep("millpath", "lib_polyhelp") +plugin_dep("order_pcbway", "cam") plugin_dep("order_pcbway", "lib_wget") plugin_dep("order_pcbway", "order") plugin_dep("query", "lib_formula")