From: Joseph Coffland Date: Fri, 31 Aug 2018 21:44:58 +0000 (-0700) Subject: Fixed min mask X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=c4f4cc4b1d947365adc111dce2b16e15a4bff9ca;p=bbctrl-pcb Fixed min mask --- diff --git a/clean-pcb.sh b/clean-pcb.sh index 693a529..9b9eb20 100755 --- a/clean-pcb.sh +++ b/clean-pcb.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -PCBTOOL=~/projects/cauldron/git/libpcb/pcbtool +PCBTOOL=pcbtool if [ $# -ne 1 ]; then echo "Usage: $0 " @@ -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"