projects
/
bbctrl-pcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6073abd
)
Fixed min mask
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Fri, 31 Aug 2018 21:44:58 +0000
(14:44 -0700)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Fri, 31 Aug 2018 21:44:58 +0000
(14:44 -0700)
clean-pcb.sh
patch
|
blob
|
history
diff --git
a/clean-pcb.sh
b/clean-pcb.sh
index 693a529d5815df9b2445666ac54899ce50ff33a8..9b9eb207f671ac3d098878ee817a300410ee1969 100755
(executable)
--- 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 <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"