From e246127c6c08d2d93282b8f5c2aedf2aa6ab345d Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 23 Aug 2012 23:01:49 -0300 Subject: [PATCH] cameo/templates/mkmk-simple: also look for new -NPTH.drl Recent versions if KiCad save non-plated through holes in a separate drill file, called -NPTH.drl --- cameo/templates/mkmk-simple | 1 + 1 file changed, 1 insertion(+) diff --git a/cameo/templates/mkmk-simple b/cameo/templates/mkmk-simple index 9ac3175..c0fabfc 100755 --- a/cameo/templates/mkmk-simple +++ b/cameo/templates/mkmk-simple @@ -63,6 +63,7 @@ z -0.5mm # tool extra depth clear excellon ../$NAME.drl +`[ -r ../$NAME-NPTH.drl ] && echo excellon ../$NAME-NPTH.drl` drill $DRILL optimize $write drill.gp