mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 04:20:37 +02:00
CAM setup update. Local relevance only.
- cam/doit: add board data for 2nd run - cam/pcb.pl: set piece location to 2nd slot in bottom row
This commit is contained in:
parent
c28ab2c99a
commit
0fc2960b17
@ -10,8 +10,9 @@ GEN=${1:-./pcb.pl}
|
||||
|
||||
rdata="19.6 13.0 -56.2 19.6 53.1 -56.1 110.7 14.1 -56.2"
|
||||
rdate="15.9 13.1 -57.2 15.9 77.4 -57.1 120.8 15.1 -57.0"
|
||||
# lower Z by 0.5 mm relative to highest point
|
||||
Z=-57.5
|
||||
rdate="17.2 9.5 -57.0 21.5 76.2 -57.1 126.8 9.0 -56.9"
|
||||
# lower Z by 0.5 mm relative to highest point (-56.8)
|
||||
Z=-57.3
|
||||
|
||||
rect=`$RECT $rdata | awk '{$3 = ""; print}'`
|
||||
|
||||
|
@ -114,7 +114,7 @@ $z = -0.8; # full thickness of board
|
||||
# x: corner offset, compensation for rotation, array position
|
||||
# y: corner offet
|
||||
|
||||
&orig(35*1, 45);
|
||||
&orig(34*1+3, 3);
|
||||
|
||||
$r = $d/2; # no compensation. don't wanna risk making holes too big.
|
||||
&holes;
|
||||
|
Loading…
Reference in New Issue
Block a user