From: Bdale Garbee Date: Tue, 14 Sep 2010 00:20:34 +0000 (-0600) Subject: add back circle diam, since there's space under the edges we might need! X-Git-Url: https://git.gag.com/?p=hw%2Fbdale;a=commitdiff_plain;h=893aed382815e74c91c4c2c6c7f2a2cc913d88d2 add back circle diam, since there's space under the edges we might need! --- diff --git a/pkg/newlib/CLF0381MP-1.py b/pkg/newlib/CLF0381MP-1.py index 2ffa6cf..2c81c64 100755 --- a/pkg/newlib/CLF0381MP-1.py +++ b/pkg/newlib/CLF0381MP-1.py @@ -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, \