Fixed min mask
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 31 Aug 2018 21:44:58 +0000 (14:44 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Fri, 31 Aug 2018 21:44:58 +0000 (14:44 -0700)
clean-pcb.sh

index 693a529d5815df9b2445666ac54899ce50ff33a8..9b9eb207f671ac3d098878ee817a300410ee1969 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-PCBTOOL=~/projects/cauldron/git/libpcb/pcbtool
+PCBTOOL=pcbtool
 
 if [ $# -ne 1 ]; then
     echo "Usage: $0 <input.pcb>"
@@ -13,5 +13,5 @@ $PCBTOOL -i --remove-contiguous "$1"
 $PCBTOOL -i --find-short 0.25 --remove "$1"
 $PCBTOOL -i --text-scale 75 "$1"
 $PCBTOOL -i --silk-thickness 0.25 "$1"
-$PCBTOOL -i --min-mask 0.2 "$1"
+$PCBTOOL -i --min-mask 0.08 "$1"
 $PCBTOOL -i --find-askew --select "$1"