Skip to content

Scripted WSON-6 (replace #1241)

Rene Poeschl requested to merge github/fork/poeschlr/replace_pr1241 into master

Replacement for #1241

http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35 Script PR: https://github.com/pointhi/kicad-footprint-generator/pull/258

screenshot from 2019-01-06 13-48-43

WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm:
  device_type: 'WSON'
  library: Package_SON
  size_source: 'http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35'
  ipc_class: 'qfn_pull_back' #'qfn' | 'qfn_pull_back'

  body_size_x:
    minimum: 1.9
    maximum: 2.1
  body_size_y:
    minimum: 1.9
    maximum: 2.1

  lead_width:
    minimum: 0.25
    maximum: 0.35
  lead_len:
    minimum: 0.2
    maximum: 0.3


  EP_size_x:
    nominal: 1
    tolerance: 0.1
  EP_size_y:
    nominal: 1.6
    tolerance: 0.1
  EP_num_paste_pads: [1, 2]

  thermal_vias:
    count: [1, 2]
    drill: 0.2
    paste_via_clearance: 0.1
    EP_num_paste_pads: [1, 2]
    EP_paste_coverage: 0.75
    grid: [1.1, 1.1]
    paste_avoid_via: False

  pitch: 0.65
  num_pins_x: 0
  num_pins_y: 3

Merge request reports