.mod file doesn't show parts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
High
|
Jeff Young |
Bug Description
I'm using KiCad Windows nightly on Windows 7 Professional:
Application: kicad
Version: (5.0.0-
Libraries:
wxWidgets 3.0.3
libcurl/7.54.1 OpenSSL/1.0.2l zlib/1.2.11 libssh2/1.8.0 nghttp2/1.23.1 librtmp/2.3
Platform: Windows 7 (build 7601, Service Pack 1), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
wxWidgets: 3.0.3 (wchar_t,wx containers,
Boost: 1.60.0
Curl: 7.54.1
Compiler: GCC 7.1.0 with C++ ABI 1011
Build settings:
USE_
USE_
KICAD_
KICAD_
KICAD_
KICAD_
BUILD_
KICAD_
KICAD_SPICE=ON
I've downloaded a footprint for an HDMI socket from SnapEDA. The footprint is stored in a .mod file. I added the .mod file to my footprint table both manually and using the footprint library wizard. When I select the library to browse the footprints, none are shown. No error messages are displayed.
I retried this using an Eagle .lbr file. Same result: library shows no parts.
I looked in both the .mod and .lbr files and there does appear to be a part stored in there.
Changed in kicad: | |
status: | Invalid → Triaged |
importance: | Undecided → High |
Changed in kicad: | |
assignee: | nobody → Jeff Young (jeyjey) |
Changed in kicad: | |
status: | Triaged → In Progress |
Changed in kicad: | |
status: | Fix Committed → New |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
You will need to rename the file to have extension ".emp"
Then, in the footprint editor, import the footprint (This is the icon with the light blue arrow pointing into the footprint icon).
Once you have imported it, you can save it into a library and add the library to your footprint library table.
Let us know if this procedure does not work for you.