Skip to content

Keystone 2479 Fix: Vertical distance from pin 1 center to top F.Fab line and component length are not correct.

Carlos Nieves Ónega requested to merge github/fork/cnieves1/keystone_2479 into master

Datasheet: https://www.keyelco.com/product-pdf.cfm?p=1041

imagen

From datasheet data, distance from pin 1 to component edge (F.Fab) is (37.49-23.5)/2=6,995nm. Same distance in footprint is 5.95mm

imagen

Moved all drawings, keeping the pins and holes positions, to fix this.

Another problem is that component length is 52.63mm in datasheet, while length in footprint (see screenchot above) is 50.4+2.6mm=53mm. Fixed this too.

Result with these changes: imagen


All contributions to the kicad library must follow the KiCad library convention

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 pull requests, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Be patient, we maintainers are volunteers with limited time and need to check your contribution against the datasheet. You can speed up the process by providing all the necessary information (see above). And you can speed up the process even more by providing a dimensioned drawing of your contribution. A tutorial on how to do that is found here: https://forum.kicad.info/t/how-to-check-footprint-correctness/9279 (This is optional!)

Merge request reports