add back circle diam, since there's space under the edges we might need!
authorBdale Garbee <bdale@gag.com>
Tue, 14 Sep 2010 00:20:34 +0000 (18:20 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 14 Sep 2010 00:20:34 +0000 (18:20 -0600)
pkg/newlib/CLF0381MP-1.py

index 2ffa6cf2419a27d417970c67cb3e407c1d72385c..2c81c6459f18dac2cc579996914405d2b11add34 100755 (executable)
@@ -6,6 +6,7 @@
 
 # dimensions in mm from abm8.pdf Abracon datasheet
 BodyDiam = 38
+BackDiam = 29
 PinSpacing = 5.00
 PinOffCenter = 23.0
 
@@ -40,6 +41,16 @@ print '   Pin[',\
        mm2mils100(0.70), \
        '"pin2" "2" 0x0001]'
 
+print '   ElementArc[',\
+       0, \
+       0, \
+       mm2mils100(BackDiam/2), \
+       mm2mils100(BackDiam/2), \
+       0, \
+       360, \
+       mm2mils100(0.1), \
+       ']'
+
 print '   ElementArc[',\
        0, \
        0, \