Date:2011-09-01 02:31:42 (12 years 6 months ago)
Author:Werner Almesberger
Commit:afa7460b4510d35fdb2546f98ff6c0eb09e4ccc7
Message:mkmk-simple: added variable ANY (usage: ANY=any) to set "mill any"

Files: cameo/templates/mkmk-simple (2 diffs)

Change Details

cameo/templates/mkmk-simple
1414# MILL_IN diameter of mill for work inside the board, default: 35mil
1515# MILL_OUT diameter of mill for board edge, default: 35mil
1616# BOARD_Z board tickness, default: 0.8 mm
17# ANY set to "any" to use all remaining paths for milling,
18# irrespective of tool size. Default: unset / empty string.
1719#
1820
1921while [ "$1" ]; do
...... 
6466$write drill.gp
6567
6668remainder
67mill $MILL_IN 0.01mm
69mill $ANY $MILL_IN 0.01mm
6870$write mill.gp
6971
7072remainder

Archive Download the corresponding diff file

Branches:
master



interactive