Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 8911) +++ trunk/scconfig/Rev.h (revision 8912) @@ -1 +1 @@ -static const int myrev = 8817; +static const int myrev = 8912; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 8911) +++ trunk/scconfig/Rev.tab (revision 8912) @@ -1,3 +1,4 @@ +8912 configure fp_board enabled by default; new plugin for mentor cell footprints 8817 configure fp_board: new plugin 8774 configure layer: all-hid common library plugin for the layer menus 8748 configure core: new pcb_bool source file Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 8911) +++ trunk/scconfig/plugins.h (revision 8912) @@ -47,7 +47,7 @@ plugin_def("vendordrill", "vendor drill mapping", sbuildin, 1) plugin_header("\nFootprint backends:\n") -plugin_def("fp_board", "footprint library from boards", sdisable, 1) +plugin_def("fp_board", "footprint library from boards", sbuildin, 1) plugin_def("fp_fs", "filesystem footprints", sbuildin, 1) plugin_def("fp_wget", "web footprints", sbuildin, 1) Index: trunk/src_plugins/fp_board/fp_board.pup =================================================================== --- trunk/src_plugins/fp_board/fp_board.pup (revision 8911) +++ trunk/src_plugins/fp_board/fp_board.pup (revision 8912) @@ -2,5 +2,5 @@ $short footprint library from boards $long Footprint: load a board and expose all the unique elements on that board as a footprint library $state WIP -default disable +default buildin autoload 1