KiCad / kicad-footprints

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

Footprint Misnamed: Jack_3.5mm_Neutrik_NMJ6HCD2_Horizontal #1549

Closed gkeeth closed 5 years ago

gkeeth commented 5 years ago

The footprint Connector_Audio/Jack_3.5mm_Neutrik_NMJ6HCD2_Horizontal is misnamed. This is a 1/4" (6.35mm) jack, not a 3.5mm jack.

For reference: https://www.neutrik.com/en/product/nmj6hcd2

I imagine the footprint can simply be renamed, i.e. Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal.

If any symbols call out this footprint, they'll need to be updated as well. "grep Jack_3.5mm_Neutrik *.lib" doesn't reveal any symbols that specify this footprint, but is there a better way to check?

evanshultz commented 5 years ago

Thanks for this report.

This is a known issue and my PR at https://github.com/KiCad/kicad-footprints/pull/1145 will fix this problem. Since a fix is already in the works and it's a known issue I'll close this.