# Data for generation of gEDA/pcb footprints in newlib format.
# Python script footgen.py of Darrell Harmon is used for creation of pcb element files. 
# S. Salewski, 03-OCT-2008

elementdir = "."

# general definitions
  maskclear = 20 mils # note factor 2 due to pcb/gerber format definition
  polyclear = 10 mils 
  silkwidth = 10 mils
  silkoffset = 15 mils # we have to add silkwidth/2

# SOIC parts
  type "so"
  silkstyle = "inside"
# Schurter Push Button LSH1301.xx (4 pins, 1 is connected to 2 and 3 is connected to 4)
  pins = 4
  width = 7.9 mm
  pitch = 4.5 mm
  padwidth = 2.1 mm
  padheight = 1.4 mm
  part "Schurter_LSH1301xx-1.fp"
  part "Schurter_LSH1301xx-2.fp"	# replace pinnumber 2 by 1 and 3,4 by 2 (connected pins)
# SO8_RRF MOSFET
# Replace 1,2,3 with S, 4 with G and 5,6,7,8 with D
  pins = 8
  width = 2.9 mm
  pitch = 1.27 mm
  padwidth = 1.78 mm
  padheight = 0.72 mm
  part "SO8_IRF.fp"
# TSOP6 -- STF202
  pins = 6
  width = 1.4 mm
  pitch = 0.95 mm
  padwidth = 1.0 mm
  padheight = 0.7 mm
  part "TSOP6.fp"
# SOT323-6L -- USBUFxxW6
  silkstyle = "outside"
  pins = 6
  width = 0.8 mm
  pitch = 0.65 mm
  padwidth = 0.8 mm
  padheight = 0.4 mm
  part "SOT323-6L.fp"

# DFN parts
  type "dfn"
# LTC4088 USB Power Manager
  silkstyle = "outside"
  pins = 14
  width = 2.2 mm
  pitch = 0.5 mm
  padwidth = 0.7 mm
  padheight = 0.25 mm
  centerpadwidth = 1.7 mm
  centerpadheight = 3.3 mm
  part "DFN14.fp" # according datasheet, for reflow soldering
# optimized version for hand soldering -- extend pads for better heat transfer,
# make clearence to center pad larger to prevent short circuits by misaligned devices   
  width = 2.3 mm # +0.1 mm
  padwidth = 0.9 mm # +0.2 mm
  centerpadwidth = 1.6 mm # -0.1 mm
  part "DFN14_HS.fp" # extended pads for hand soldering
# LTC4413 Dual Ideal Diode
  silkstyle = "outside"
  pins = 10
  width = 2.15 mm
  pitch = 0.5 mm
  padwidth = 0.675 mm
  padheight = 0.25 mm
  centerpadwidth = 1.65 mm
  centerpadheight = 2.38 mm
  part "DFN10.fp" # according datasheet, for reflow soldering
# optimized version for hand soldering -- extend pads for better heat transfer,
# make clearence to center pad larger to prevent short circuits by misaligned devices   
  width = 2.25 mm # +0.1 mm
  padwidth = 0.875 mm # +0.2 mm
  centerpadwidth = 1.55 mm # -0.1 mm
  part "DFN10_HS.fp" # extended pads for hand soldering
# LT4356-1 Overvoltage Protection
  silkstyle = "outside"
  pins = 12
  width = 2.20 mm
  pitch = 0.5 mm
  padwidth = 0.70 mm
  padheight = 0.25 mm
  centerpadwidth = 1.70 mm
  centerpadheight = 3.30 mm
  part "DFN12.fp" # according datasheet, for reflow soldering
# optimized version for hand soldering -- extend pads for better heat transfer,
# make clearence to center pad larger to prevent short circuits by misaligned devices   
  width = 2.30 mm # +0.1 mm
  padwidth = 0.90 mm # +0.2 mm
  centerpadwidth = 1.60 mm # -0.1 mm
  part "DFN12_HS.fp" # extended pads for hand soldering
# LT3580 DC/DC  Converter
  pins = 8
  width = 2.15 mm
  pitch = 0.5 mm
  padwidth = 0.675 mm
  padheight = 0.25 mm
  centerpadwidth = 1.65 mm
  centerpadheight = 2.38 mm
  part "DFN8.fp" # according datasheet, for reflow soldering
# optimized version for hand soldering -- extend pads for better heat transfer,
# make clearence to center pad larger to prevent short circuits by misaligned devices   
  width = 2.25 mm # +0.1 mm
  padwidth = 0.875 mm # +0.2 mm
  centerpadwidth = 1.55 mm # -0.1 mm
  part "DFN8_HS.fp" # extended pads for hand soldering

# LT3680 -- 10-Lead Plastic MSOP, Exposed Die Pad
  pins = 10
  width = 3.3 mm
  pitch = 0.5 mm
  padwidth = 0.889 mm
  padheight = 0.305 mm
  centerpadwidth = 2.083 mm
  centerpadheight = 2.794 mm
  part "MSOP10_EP.fp" # according datasheet, for reflow soldering

# LT3580 -- 8-Lead Plastic MSOP, Exposed Die Pad
  pins = 8
  width = 3.3 mm
  pitch = 0.65 mm
  padwidth = 0.889 mm
  padheight = 0.40 mm
  centerpadwidth = 2.083 mm
  centerpadheight = 2.794 mm
  part "MSOP8_EP.fp" # according datasheet, for reflow soldering

# LTC3412A -- 16-Lead Plastic TSSOP, Exposed Die Pad
  pins = 16
  width = 4.5 mm
  pitch = 0.65 mm
  padwidth = 1.05 mm
  padheight = 0.45 mm
  centerpadwidth = 2.74 mm
  centerpadheight = 2.74 mm
  part "TSSOP16_EP.fp" # according datasheet, for reflow soldering
# optimized version for hand soldering -- more distance between pads  
  padheight = 0.4 mm
  part "TSSOP16_EP_HS.fp" # less risk for soldering bridges

# TwoPad part
  type = "twopad"
# Fastron PISM coil
  width = 7.3 mm
  padwidth = 3 mm
  padheight = 3 mm
  silkboxwidth = 13 mm
  silkboxheight 9.5 mm
  part "Coil_Fastron_PISM.fp"
# Test  
  silkboxwidth = 19.8 mm
  silkboxheight 5.1 mm
  part "Test.fp"


# Panasonic ELLATV coil
  width = 7.7 mm
  padwidth = 2.45 mm
  padheight = 3 mm
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "Coil_Panasonic_ELLATV.fp"
  padwidth = 2.95 mm # +0.5 mm
  part "Coil_Panasonic_ELLATV_HS.fp"
# Epcos B82464–G4 SMT–Power–Inductors
  width = 5.6 mm
  padwidth = 2.7 mm
  padheight = 3.6 mm
  silkboxwidth = 0 mm
  silkboxheight 10.5 mm
  part "Coil_Epcos_B82464–G4.fp"
  padwidth = 3.0 mm # +0.3 mm
  part "Coil_Epcos_B82464–G4_HS.fp"
# MiniMELF (1N4148)
  twopadmark = "1"
  width = 2.5 mm
  padwidth = 1.25 mm
  padheight = 2 mm
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "MiniMELF.fp"

# MELF
  twopadmark = "1"
  width = 4 mm
  padwidth = 1.25 mm
  padheight = 3 mm
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "MELF.fp"

# TVS
  twopadmark = "0"
  width = 3.6 mm
  padwidth = 2.29 mm
  padheight = 8.71 mm
  part "TVS__SRC_CG-MS-Series.fp"



# LED SMD 1206
  twopadmark = "1"
  width = 2.0 mm
  padwidth = 1.75 mm
  padheight = 1.5 mm
  part "LED1206.fp"

# LED SMD 0805
  width = 1.1 mm
  padwidth = 1.25 mm
  padheight = 1.1 mm
  part "LED0805.fp"

# LED SMD 0603
  width = 0.85 mm
  padwidth = 0.8 mm
  padheight = 0.8 mm
  part "LED0603.fp"

# Tabbed part
  type "tabbed"
# Schottky Diode MBRM120E
  pins = 1
  height = 0.635 mm
  padwidth = 1.27 mm
  padheight = 0.762 mm
  tabwidth = 2.54 mm
  tabheight = 2.67 mm
  part "MBRM120E.fp"

# Rectangular Capacitor (WIMA)
  type = "rectcap"
  author = "Stefan Salewski"
  copyright = "2008 S. Salewski"
  description = "Rectangular Capacitor (WIMA)"
  desc = "Capacitor"
  dist-license = "GPL"
  use-license = "unlimited"
  documentation = "http://www.wima.com"
# start with small pieces  
  drill = 0.6 mm # 0.4mm lead, +0.2mm
  paddia = 1.2 mm
  width = 2.5 mm
  silkboxwidth = 4.6 mm
  silkboxheight = 2.5 mm 
  part "CAPA-250P-460L-250W__WIMA.fp"  
  silkboxheight = 3 mm 
  part "CAPA-250P-460L-300W__WIMA.fp"
  silkboxheight = 3.8 mm 
  part "CAPA-250P-460L-380W__WIMA.fp"
  silkboxheight = 4.6 mm 
  part "CAPA-250P-460L-460W__WIMA.fp"
  silkboxheight = 5.5 mm 
  part "CAPA-250P-460L-550W__WIMA.fp"

  drill = 0.7 mm # 0.5mm lead, +0.2mm
  paddia = 1.4 mm
  width = 5 mm
  silkboxwidth = 7.2 mm
  silkboxheight = 2.5 mm 
  part "CAPA-500P-720L-250W__WIMA.fp"
  silkboxheight = 3.5 mm 
  part "CAPA-500P-720L-350W__WIMA.fp"
  silkboxheight = 4.5 mm 
  part "CAPA-500P-720L-450W__WIMA.fp"
  silkboxheight = 5.5 mm 
  part "CAPA-500P-720L-550W__WIMA.fp"
  silkboxheight = 7.2 mm 
  part "CAPA-500P-720L-720W__WIMA.fp"
  silkboxheight = 8.5 mm 
  part "CAPA-500P-720L-850W__WIMA.fp"
  silkboxheight = 11 mm 
  part "CAPA-500P-720L-1100W__WIMA.fp"

  drill = 0.7 mm # 0.5mm lead, +0.2mm
  paddia = 1.4 mm
  width = 7.5 mm
  silkboxwidth = 10 mm
  silkboxheight = 3 mm 
  part "CAPA-750P-1000L-300W__WIMA.fp"

  drill = 0.8 mm # 0.6mm lead, +0.2mm
  paddia = 1.6 mm
  width = 7.5 mm
  silkboxwidth = 10 mm
  silkboxheight = 4 mm 
  part "CAPA-750P-1000L-400W__WIMA.fp"

  drill = 0.7 mm # 0.5mm lead, +0.2mm
  paddia = 1.4 mm
  width = 10 mm
  silkboxwidth = 13 mm
  silkboxheight = 3 mm 
  part "CAPA-1000P-1300L-300W__WIMA.fp"

  drill = 0.8 mm # 0.6mm lead, +0.2mm
  paddia = 1.6 mm
  width = 10 mm
  silkboxwidth = 13 mm
  silkboxheight = 4 mm 
  part "CAPA-1000P-1300L-400W__WIMA.fp"
  silkboxheight = 5 mm 
  part "CAPA-1000P-1300L-500W__WIMA.fp"
  silkboxheight = 6 mm 
  part "CAPA-1000P-1300L-600W__WIMA.fp"

  drill = 1.0 mm # 0.8mm lead, +0.2mm
  paddia = 2.0 mm
  width = 15 mm
  silkboxwidth = 13 mm
  silkboxheight = 6 mm 
  part "CAPA-1500P-1300L-600W__WIMA.fp"
  silkboxwidth = 18 mm
  silkboxheight = 5 mm 
  part "CAPA-1500P-1800L-500W__WIMA.fp"
  silkboxheight = 6 mm 
  part "CAPA-1500P-1800L-600W__WIMA.fp"
  silkboxheight = 7 mm 
  part "CAPA-1500P-1800L-700W__WIMA.fp"
  silkboxheight = 8 mm 
  part "CAPA-1500P-1800L-800W__WIMA.fp"
  silkboxheight = 9 mm 
  part "CAPA-1500P-1800L-900W__WIMA.fp"

  drill = 1.1 mm # 0.8mm lead, +0.3mm
  paddia = 2.2 mm
  width = 22.5 mm
  silkboxwidth = 26.5 mm
  silkboxheight = 5 mm 
  part "CAPA-2250P-2650L-500W__WIMA.fp"
  silkboxheight = 6 mm 
  part "CAPA-2250P-2650L-600W__WIMA.fp"
  silkboxheight = 7 mm 
  part "CAPA-2250P-2650L-700W__WIMA.fp"
  silkboxheight = 8.5 mm 
  part "CAPA-2250P-2650L-850W__WIMA.fp"
  silkboxheight = 10.5 mm 
  part "CAPA-2250P-2650L-1050W__WIMA.fp"

  drill = 1.1 mm # 0.8mm lead, +0.3mm
  paddia = 2.2 mm
  width = 27.5 mm
  silkboxwidth = 31.5 mm
  silkboxheight = 9 mm 
  part "CAPA-2250P-2650L-900W__WIMA.fp"
  silkboxheight = 11 mm 
  part "CAPA-2250P-2650L-1100W__WIMA.fp"
  silkboxheight = 13 mm 
  part "CAPA-2250P-2650L-1300W__WIMA.fp"

  drill = 1.3 mm # 1.0mm lead, +0.3mm
  paddia = 2.6 mm
  width = 37.5 mm
  silkboxwidth = 41.5 mm
  silkboxheight = 0 mm 
  part "CAPA-3750P-4150L-900W__WIMA.fp"
  silkboxheight = 11 mm 
  part "CAPA-3750P-4150L-1100W__WIMA.fp"
  silkboxheight = 13 mm 
  part "CAPA-3750P-4150L-1300W__WIMA.fp"
  silkboxheight = 15 mm 
  part "CAPA-3750P-4150L-1500W__WIMA.fp"
  silkboxheight = 17 mm 
  part "CAPA-3750P-4150L-1700W__WIMA.fp"
  silkboxheight = 19 mm 
  part "CAPA-3750P-4150L-1900W__WIMA.fp"
  silkboxheight = 24 mm 
  part "CAPA-3750P-4150L-2400W__WIMA.fp"

# Capacitor TDK
  type = "rectcap"
  author = "Stefan Salewski"
  copyright = "2008 S. Salewski"
  description = "Capacitor TDK"
  desc = "Capacitor"
  dist-license = "GPL"
  use-license = "unlimited"
  documentation = "http://www.tdk.co.jp/tefe02/e4942_fk.pdf"
# start with small pieces  
  drill = 0.7 mm # 0.5mm lead, +0.2mm
  paddia = 1.4 mm
  width = 5 mm
  silkboxwidth = 7.5 mm
  silkboxheight = 4 mm 
  part "CAPA-500P-750L-400W__TDK_FK22.fp"  

# FuseHolder
  type = "fuseholder"
  description = "Fuse Holder 5x20 mm"
  desc = "Fuse"  
  drill = 1.5 mm
  paddia = 3 mm
  width = 22.5 mm
  silkboxwidth = 22 mm
  silkboxheight = 9 mm 
  part "FUSEHOLDER-2250P-2200L-900W.fp"

# BNX00
  type = "bnx00"
  description = "BNX00 EMI filter"
  desc = "BNX00"  
  drill = 1.2 mm
  paddia = 1.6 mm
  width = 2.5 mm
  silkboxwidth = 12 mm
  silkboxheight = 11 mm 
  part "BNX00.fp"



# Fuse PFRA
  description = "Fuse_PTC__Schurter_PFRA.010"
  desc = "Fuse_PTC__Schurter_PFRA.010"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 7.4 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.010.fp"

  description = "Fuse_PTC__Schurter_PFRA.050"
  desc = "Fuse_PTC__Schurter_PFRA.050"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 7.9 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.050.fp"

  description = "Fuse_PTC__Schurter_PFRA.065"
  desc = "Fuse_PTC__Schurter_PFRA.065"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 9.7 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.065.fp"

  description = "Fuse_PTC__Schurter_PFRA.075"
  desc = "Fuse_PTC__Schurter_PFRA.075"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 10.4 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.075.fp"

  description = "Fuse_PTC__Schurter_PFRA.090"
  desc = "Fuse_PTC__Schurter_PFRA.090"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 11.7 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.090.fp"

  description = "Fuse_PTC__Schurter_PFRA.090.X.009"
  desc = "Fuse_PTC__Schurter_PFRA.090.X.009"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 11.7 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.090.X.009.fp"

  description = "Fuse_PTC__Schurter_PFRA.110"
  desc = "Fuse_PTC__Schurter_PFRA.110"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 8.9 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.110.fp"

  description = "Fuse_PTC__Schurter_PFRA.135"
  desc = "Fuse_PTC__Schurter_PFRA.135"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 8.9 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.135.fp"

  description = "Fuse_PTC__Schurter_PFRA.160"
  desc = "Fuse_PTC__Schurter_PFRA.160"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 10.2 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.160.fp"

  description = "Fuse_PTC__Schurter_PFRA.185"
  desc = "Fuse_PTC__Schurter_PFRA.185"
  width = 5.1 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 12.0 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.185.fp"

  description = "Fuse_PTC__Schurter_PFRA.250"
  desc = "Fuse_PTC__Schurter_PFRA.250"
  width = 5.1 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.51 mm 
  silkboxwidth = 12.0 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.250.fp"

  description = "Fuse_PTC__Schurter_PFRA.250.X.010"
  desc = "Fuse_PTC__Schurter_PFRA.250.X.010"
  width = 5.9 mm
  drill = 0.71 mm # 0.51+0.2
  paddia = 1.11 mm 
  silkboxwidth = 12.0 mm
  silkboxheight = 3.1 mm
  part "Fuse_PTC__Schurter_PFRA.250.X.010.fp"

  description = "Fuse_PTC__Schurter_PFRA.300"
  desc = "Fuse_PTC__Schurter_PFRA.300"
  width = 5.1 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.51 mm 
  silkboxwidth = 12.0 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.300.fp"

  description = "Fuse_PTC__Schurter_PFRA.400"
  desc = "Fuse_PTC__Schurter_PFRA.400"
  width = 5.1 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.51 mm 
  silkboxwidth = 14.4 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.400.fp"

  description = "Fuse_PTC__Schurter_PFRA.500"
  desc = "Fuse_PTC__Schurter_PFRA.500"
  width = 10.2 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.61 mm 
  silkboxwidth = 17.4 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.500.fp"

  description = "Fuse_PTC__Schurter_PFRA.600"
  desc = "Fuse_PTC__Schurter_PFRA.600"
  width = 10.2 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.61 mm 
  silkboxwidth = 19.3 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.600.fp"

  description = "Fuse_PTC__Schurter_PFRA.700"
  desc = "Fuse_PTC__Schurter_PFRA.700"
  width = 10.2 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.61 mm 
  silkboxwidth = 22.1 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.700.fp"

  description = "Fuse_PTC__Schurter_PFRA.800"
  desc = "Fuse_PTC__Schurter_PFRA.800"
  width = 10.2 mm
  drill = 1.11 mm # 0.81+0.3
  paddia = 1.61 mm 
  silkboxwidth = 24.2 mm
  silkboxheight = 3.0 mm
  part "Fuse_PTC__Schurter_PFRA.800.fp"


# TQFP
  type = "qfp"
  pins = 100
  pinshigh = 30
  pitch = 0.65 mm
  width = 14.2 mm
  height = 20.2 mm
  padwidth = 1.4 mm
  padheight = 0.4 mm
  ep = 0
  silkstyle = "inside"
  part "TQFP-65P-1600L1-2200L2-100N.fp"

  pins = 16
  pinshigh = 0
  pitch = 0.5 mm
  width = 2.1 mm
  height = 2.1 mm
  padwidth = 0.85 mm
  padheight = 0.28 mm
  ep = 1.45 mm
  silkstyle = "outside"
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "THS4509.fp"

  pins = 32
  pinshigh = 0
  pitch = 0.5 mm
  width = 4.1 mm
  height = 4.1 mm
  padwidth = 0.85 mm
  padheight = 0.28 mm
  ep = 3.45 mm
  silkstyle = "outside"
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "QFN32_5_EP.fp"

# Oscillator
  silkstyle = "outside"
  type "so"
  pins = 4
  width = 87 mil
  pitch = 200 mil
  padwidth = 78 mil
  padheight = 70 mil
  silkboxwidth = 295 mil
  silkboxheight = 290 mil 
  part "OSC__ConnorWinfield_CWX813.fp"

  width = 190 mil
  pitch = 200 mil
  padwidth = 90 mil
  padheight = 50 mil
  silkboxwidth = 380 mil
  silkboxheight = 580 mil 
  part "OSC__Crystek_CCHD-950.fp"

  silkstyle = "outside"
  pins = 6
  width = 77 mil
  pitch = 100 mil
  padwidth = 71 mil
  padheight = 71 mil
  silkboxwidth = 0 mil
  silkboxheight = 0 mil #274 mil 
  part "OSC__Crystek_CCLD-033.fp"
  padwidth = 81 mil
  part "OSC__Crystek_CCLD-033_HS.fp"

# TwoPad part
  type = "twopad"
  silkwidth = 0 mils
  twopadmark = "0"
  width = 10 mils
  padwidth = 10 mils
  padheight = 10 mils
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "NetCon2X.fp"

  silkwidth = 10 mils
  twopadmark = "0"
  width = 1.6 mm
  padwidth = 1.5 mm
  padheight = 2.7 mm
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "1210.fp"

  padheight = 1.8 mm
  part "1206.fp"

  silkoffset = 12 mils
  maskclear = 16 mils
  silkwidth = 8 mils
  twopadmark = "0"
  width = 0.9 mm
  padwidth = 1.2 mm
  padheight = 1.4 mm
  silkboxwidth = 0 mm
  silkboxheight 0 mm
  part "0805.fp"

  silkoffset = 12 mils
  maskclear = 12 mils
  width = 0.7 mm
  padwidth = 0.95 mm
  padheight = 1.0 mm
  part "0603.fp"

