mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-01-03 22:40:15 +02:00
mkmk-simple: added variable ANY (usage: ANY=any) to set "mill any"
This commit is contained in:
parent
75c3a7d1d2
commit
afa7460b45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user