1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-22 13:23:54 +02:00

cameo/templates/mkmk-simple: also look for $NAME-PTH.drl

Used to be just $NAME.drl
This commit is contained in:
Werner Almesberger 2017-03-01 14:53:51 -03:00
parent 503036c22e
commit 2b4a7711f3

View File

@ -78,6 +78,7 @@ z -0.5mm # tool extra depth
clear
`[ -r ../$NAME.drl ] && echo excellon ../$NAME.drl`
`[ -r ../$NAME-PTH.drl ] && echo excellon ../$NAME-PTH.drl`
`[ -r ../$NAME-NPTH.drl ] && echo excellon ../$NAME-NPTH.drl`
drill $DRILL
optimize