Skip to content

Fix IRM-03 THT footprint

evanshultz requested to merge github/fork/evanshultz/irm-03-fix into master

Fixes https://github.com/KiCad/kicad-footprints/issues/1320.

Essentially a do-over. See the issues noted above:

  1. Flipped due to the drawing being a bottom view and the footprint didn't take that into account.
  2. Rotated to put pin 1 at top left(-ish).
  3. Correct the 17.78mm dimension (was 17.18mm).
  4. Corrected description.

https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF

image

image


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.

Merge request reports