From c4f4cc4b1d947365adc111dce2b16e15a4bff9ca Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Fri, 31 Aug 2018 14:44:58 -0700 Subject: [PATCH] Fixed min mask --- clean-pcb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.27.0