getting closer to what's needed for new microSD connector
authorBdale Garbee <bdale@gag.com>
Wed, 21 Sep 2022 21:52:01 +0000 (15:52 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 21 Sep 2022 21:52:01 +0000 (15:52 -0600)
packages/microSD.py

index 7ca2c3f11e5e795ad9008a457bc39f2fbb510d8b..b52ed427f7e1fa8da0e4be1ac48ead1b67ce042a 100755 (executable)
@@ -8,7 +8,7 @@
 PinWidth = 0.80
 PinHeight = 1.20
 PinSpacing = 1.10
-PinY = 9.47                    # ??
+PinY = 9.85    
 PinXOffset = 4.475
 
 MntWidth = 1.50
@@ -18,7 +18,8 @@ MntY2 = 12.05
 MntX = 13.60
 
 BoxX = 13.60
-BoxY = 13.30
+BoxY = 14.45
+ArcOffset = 1.05
 LineWidth = 1000
 
 MaskAdd = 0.15
@@ -119,5 +120,13 @@ print('   ElementLine[', \
         mm2mils100(BoxY), \
         LineWidth, ']')
 
+print('   ElementArc[', \
+       0, \
+       mm2mils100(BoxY+(BoxX/2)-ArcOffset), \
+       mm2mils100(BoxX/2), \
+       mm2mils100(BoxX/2), \
+       238, \
+       64, \
+        LineWidth, ']')
 
 print(")")