diff --git a/cameo/templates/mkmk-simple b/cameo/templates/mkmk-simple index a11003e..9a4e530 100755 --- a/cameo/templates/mkmk-simple +++ b/cameo/templates/mkmk-simple @@ -14,6 +14,8 @@ PATH=$PATH:/home/moko/svn.openmoko.org/developers/werner/cncmap/gp2rml # MILL_IN diameter of mill for work inside the board, default: 35mil # MILL_OUT diameter of mill for board edge, default: 35mil # BOARD_Z board tickness, default: 0.8 mm +# ANY set to "any" to use all remaining paths for milling, +# irrespective of tool size. Default: unset / empty string. # while [ "$1" ]; do @@ -64,7 +66,7 @@ optimize $write drill.gp remainder -mill $MILL_IN 0.01mm +mill $ANY $MILL_IN 0.01mm $write mill.gp remainder