KiCad / kicad-footprints

Official KiCad Footprint Libraries for Kicad version 5
https://kicad.github.io/footprints
Other
617 stars 714 forks source link

Incorrect footprint Molex micro-fit 43650-XX15 #1518

Closed anymouse404 closed 5 years ago

anymouse404 commented 5 years ago

Affected footprints are Molex_Micro-Fit_3.0_43650-??15_1x04_P3.00mm_Vertical where ?? is two-digit number of pins. Two mechanical mounting holes in the corners have size 1.0 mm instead of 1.27 as recommended in datasheet. Link to device datasheet is https://www.molex.com/pdm_docs/sd/436500415_sd.pdf Attached is screenshot of datasheet combined with screenshot of footprint editor showing drill size. molex-micro-fit-wrong-hole-size

Kicad version details are following:

Application: kicad Version: 5.1.0-060a0da~80~ubuntu18.10.1, release build Libraries: wxWidgets 3.0.4 libcurl/7.61.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.4) nghttp2/1.32.1 librtmp/2.3 Platform: Linux 4.18.0-16-generic x86_64, 64 bit, Little endian, wxGTK Build Info: wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24 Boost: 1.67.0 OpenCASCADE Community Edition: 6.9.1 Curl: 7.61.0 Compiler: GCC 8.2.0 with C++ ABI 1013

evanshultz commented 5 years ago

Confirmed. Thanks for reporting this and sorry for the error in our library.

None of these are using generic scripts, so I checked all Micro-Fit 3.0 scripts. Issues found:

Good scripts (at least with regards to pin and peg drill hole diameters):

I'll update the scripts and push corrected footprints tomorrow unless somebody else gets to it.

evanshultz commented 5 years ago

Thanks again for this report.

Script fix: https://github.com/pointhi/kicad-footprint-generator/pull/334 Footprint fix: https://github.com/KiCad/kicad-footprints/pull/1520