From: Keith Packard Date: Fri, 20 Mar 2015 20:26:06 +0000 (-0700) Subject: Fix USB A connector pads to expose copper X-Git-Tag: telelco-v3.0~723^2~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d59ca2f81a59ac11b4515a8cc6eb2ddf3439e9c6;p=hw%2Faltusmetrum Fix USB A connector pads to expose copper This was mis-specified causing the solder mask to nearly cover the pad Signed-off-by: Keith Packard --- diff --git a/packages/usbAmale.py b/packages/usbAmale.py index e0ef90e..688a200 100755 --- a/packages/usbAmale.py +++ b/packages/usbAmale.py @@ -103,7 +103,7 @@ print ' Pad[',\ mm2mils100(TabDiam/2), \ mm2mils100(PadWidth), \ mm2mils100(0.31), \ - mm2mils100(0.15), \ + mm2mils100(PadWidth + 0.15), \ '"mnt" "G" "onsolder,nopaste"]' print ' Pad[',\ @@ -113,7 +113,7 @@ print ' Pad[',\ mm2mils100(TabDiam/2), \ mm2mils100(PadWidth), \ mm2mils100(0.31), \ - mm2mils100(0.15), \ + mm2mils100(PadWidth + 0.15), \ '"mnt" "G" "onsolder,nopaste"]' print ' ElementLine[',\