From e35fe6b220a3b065d9285cf24e6b0fb89b69393d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 3 Dec 2009 21:30:54 -0700 Subject: [PATCH] fix clearances, etc, identified during TeleMetrum v0.2 drc --- pkg/newlib/QFN36.py | 2 +- pkg/newlib/jst/PH-th-v.py | 2 +- pkg/newlib/testpoint.fp | 2 +- pkg/newlib/tyco/buchanan.py | 2 +- pkg/newlib/tyco/micromatch-th-v.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/newlib/QFN36.py b/pkg/newlib/QFN36.py index 0e91500..a02e6ef 100755 --- a/pkg/newlib/QFN36.py +++ b/pkg/newlib/QFN36.py @@ -45,7 +45,7 @@ for viarow in range (-1,2): print ' Pin[',\ mm2mils100(2 * viacol * CoreSquare / 5), \ mm2mils100(2 * viarow * CoreSquare / 5), \ - 2700, \ + 2800, \ 1000, \ 0, \ 1500, \ diff --git a/pkg/newlib/jst/PH-th-v.py b/pkg/newlib/jst/PH-th-v.py index 7ec588d..407f3d2 100755 --- a/pkg/newlib/jst/PH-th-v.py +++ b/pkg/newlib/jst/PH-th-v.py @@ -15,7 +15,7 @@ BoxHeight = 4.5 BoxEnd = 1.95 LineWidth = 600 Thickness = 1.3 -Clearance = .15 +Clearance = .305 Mask = 1.46 import sys diff --git a/pkg/newlib/testpoint.fp b/pkg/newlib/testpoint.fp index dae2bb6..b0bbdaf 100644 --- a/pkg/newlib/testpoint.fp +++ b/pkg/newlib/testpoint.fp @@ -1,5 +1,5 @@ Element["" "TestPoint" "" "unknown" 0 0 0 0 0 100 ""] ( - Pin[0 0 3000 100 4000 1500 "1" "1" ""] + Pin[0 0 3000 1200 4000 1500 "1" "1" ""] # ElementArc [0 0 6000 6000 0 360 1500] ) diff --git a/pkg/newlib/tyco/buchanan.py b/pkg/newlib/tyco/buchanan.py index 8ce2fbc..f53bead 100755 --- a/pkg/newlib/tyco/buchanan.py +++ b/pkg/newlib/tyco/buchanan.py @@ -15,7 +15,7 @@ BoxHeight = 6.5 BoxEnd = 1.5 LineWidth = 600 Thickness = 1.8 -Clearance = .15 +Clearance = .32 Mask = 1.9 import sys diff --git a/pkg/newlib/tyco/micromatch-th-v.py b/pkg/newlib/tyco/micromatch-th-v.py index 000e024..a2afc53 100755 --- a/pkg/newlib/tyco/micromatch-th-v.py +++ b/pkg/newlib/tyco/micromatch-th-v.py @@ -68,7 +68,7 @@ for col in range ((pins+1)/2): mm2mils100((pinnum-1)*PinSpacing), \ mm2mils100(spacing), \ mm2mils100(PinDiam*2), \ - 600, \ + 1200, \ mm2mils100(PinDiam*2)+1000, \ mm2mils100(PinDiam), \ '"pin%i"' % pinnum, '"%i"' % pinnum, Flags, ']' -- 2.30.2