Skip to content

Add Bourns 3386F

evanshultz requested to merge github/fork/evanshultz/3386f into master

From request at https://github.com/KiCad/kicad-footprints/pull/339.

Datasheet: https://www.bourns.com/pdfs/3386.pdf

Image: image

This required adding the following lines to the (unreleased, which I need to clean up and do!) make_potentiometer_THT.py file in the existing section for 3386 family:

class_name="Bourns 3386F"
rmx=5.08; voffsetx=-9.53+5.08+2.34; vwbody=9.53 style="trimmer", shaft_hole=False, class_name=class_name, wbody=vwbody, hbody=hbody, d_body=dbody, dshaft=dshaft, dscrew=dscrew, c_ddrill=c_ddrill,c_offsetx=c_offsetx, c_offsety=c_offsety, pinxoffset=voffsetx,pinyoffset=pinyoffset, pins=pins, rmx=rmx, rmy=rmy, ddrill=ddrill, specialtags=[], add_description=add_description, name_additions=[], script3d=script3d_ph_bel,height3d=height3d)

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the footprint(s) you are contributing
  • An example screenshot image is very helpful
  • If there are matching symbol or 3D model PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required

Merge request reports