polygon1.c: #ifdef DEBUG_ALL_LABELS build print_labels()
[geda-pcb/gde.git] / lib / minicircuits.inc
blob22174a54843e64b9da97efd7a5e7ba1ddd845676
1 # -*- m4 -*-
3 # $Id$
4 #                            COPYRIGHT
6 #   PCB, interactive printed circuit board design
7 #   Copyright (C) 2003 Dan McMahill
9 #   This program is free software; you can redistribute it and/or modify
10 #   it under the terms of the GNU General Public License as published by
11 #   the Free Software Foundation; either version 2 of the License, or
12 #   (at your option) any later version.
13
14 #   This program is distributed in the hope that it will be useful,
15 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #   GNU General Public License for more details.
18
19 #   You should have received a copy of the GNU General Public License
20 #   along with this program; if not, write to the Free Software
21 #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
23
25 #  Mini-Circuits Specific Footprints
28 # EXTRACT_BEGIN
30 # COMMON_SMT_DIL_{MIL,MM}
31 # $4: number of pins
32 # $5: pad width  (1/1000 mil or 1/100 mm)
33 # $6: pad length (1/1000 mil or 1/100 mm)
34 # $7: pad pitch (1/1000 mil 1/100 mm)
35 # $8: pad seperation for pads on opposite sides of
36 #     the package (1/1000 mil or 1/100 mm)
37 # $9: define to make the pins get numbered starting with the highest pin
38 #     instead of pin 1.  Needed for certain brain damaged packages like
39 #     the Mini-Circuits KK81
42 ##  Mini-Circuits CA Style Package
44 define(`PKG_MINICIRCUITS_CA531',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,20000,50000,37000,40000)')
47 ##  Mini-Circuits CB Style Package
49 define(`PKG_MINICIRCUITS_CB518',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',10,30000,90000,50000,110000)')
50 define(`PKG_MINICIRCUITS_CB539',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',10,30000,90000,50000,135000)')
53 ##  Mini-Circuits CD Style Package
55 define(`PKG_MINICIRCUITS_CD541',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,65000,100000,100000,100000)')
56 define(`PKG_MINICIRCUITS_CD542',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,65000,100000,100000,100000)')
57 define(`PKG_MINICIRCUITS_CD636',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,65000,100000,100000,100000)')
58 define(`PKG_MINICIRCUITS_CD637',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,65000,100000,100000,100000)')
61 ##  Mini-Circuits KK Style Package
63 define(`PKG_MINICIRCUITS_KK81',  `COMMON_SMT_DIL_MIL(`$1',`$2',`$3',6,50000,126000,100000,354000,"reverse")')
65 # EXTRACT_END