From a28cb60d0fda6cab2221d8e67753bdf342d68c1c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 18 Nov 2010 16:21:13 -0700 Subject: [PATCH] tweak annular ring and clearance numbers on vias in thermal pad --- pkg/newlib/MCP-DFN10.fp | 12 ++++++------ pkg/newlib/MCP-DFN10.py | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/newlib/MCP-DFN10.fp b/pkg/newlib/MCP-DFN10.fp index 85db7bf..a4448eb 100644 --- a/pkg/newlib/MCP-DFN10.fp +++ b/pkg/newlib/MCP-DFN10.fp @@ -5,12 +5,12 @@ Element[0x0 "DFN10" "" "" 0 0 0 0 0 100 0x0] ( Pad[ -1830 0 1831 0 6102 0 6702 "pin11" "11" "square"] - Pin[ -3254 -1525 2800 1000 0 1500 "pin11" "11" 0x0002] - Pin[ 0 -1525 2800 1000 0 1500 "pin11" "11" 0x0002] - Pin[ 3255 -1525 2800 1000 0 1500 "pin11" "11" 0x0002] - Pin[ -3254 1526 2800 1000 0 1500 "pin11" "11" 0x0002] - Pin[ 0 1526 2800 1000 0 1500 "pin11" "11" 0x0002] - Pin[ 3255 1526 2800 1000 0 1500 "pin11" "11" 0x0002] + Pin[ -3254 -1525 2900 2500 0 1500 "pin11" "11" 0x0002] + Pin[ 0 -1525 2900 2500 0 1500 "pin11" "11" 0x0002] + Pin[ 3255 -1525 2900 2500 0 1500 "pin11" "11" 0x0002] + Pin[ -3254 1526 2900 2500 0 1500 "pin11" "11" 0x0002] + Pin[ 0 1526 2900 2500 0 1500 "pin11" "11" 0x0002] + Pin[ 3255 1526 2900 2500 0 1500 "pin11" "11" 0x0002] Pad[ -3936 -5412 -3936 -6790 1181 787 1583 "pin10" "10" "square"] Pad[ -3936 5413 -3936 6791 1181 787 1583 "pin1" "1" "square"] Pad[ -1968 -5412 -1968 -6790 1181 787 1583 "pin9" "9" "square"] diff --git a/pkg/newlib/MCP-DFN10.py b/pkg/newlib/MCP-DFN10.py index 0013a2a..e486fc7 100755 --- a/pkg/newlib/MCP-DFN10.py +++ b/pkg/newlib/MCP-DFN10.py @@ -46,8 +46,8 @@ for viarow in range (-1,2,2): print ' Pin[',\ mm2mils100(viacol * PaddleLength / 3), \ mm2mils100(viarow * PaddleWidth / 4), \ - 2800, \ - 1000, \ + 2900, \ + 2500, \ 0, \ 1500, \ '"pin11" "11" 0x0002]' -- 2.30.2