For some reason STEP models do not show in the 3D viewer in Kicad 5. WRL files does however show up. I know that it is not problems with the models, as they show up completely fine on my laptop using the same project files. The models doesn’t show up when trying to add new files either, so it seems like the issue is the 3D plugin itself. Would be great if someone could help!
Here’s my version info:
Application: kicad
Version: (5.0.0), release build
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 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
wxWidgets: 3.0.3 (wchar_t,wx containers,compatible with 2.8)
Boost: 1.60.0
OpenCASCADE Community Edition: 6.8.0
Curl: 7.54.1
Compiler: GCC 7.1.0 with C++ ABI 1011
Edit one footprint with the issue with the footprint editor.
Open footprint properties and the 3D settings tab.
Can you see the 3d model?
Is the path to the 3d model the right one?
I tried that, and nothing shows up there either. The path is definitely the correct one, as I have manually added the footprints to the correct file, and it works with .wrl models located in the same folder.
I have exactly the same KiCad versioning,except on Win7 and I see STEP models. I am puzzled that you are manually adding them, ast the standard Windows 64 installer includes the STEP models.
What is your KISYS3DMOD path?
My KISYS3DMOD is C:\Program Files\KiCad\share\kicad\modules\packages3d.
I have copied all the 3D models used by the project to a 3D folder in my project lib so it’s easier to move with git. All the models are showing with the exact same path and setup.
I know that the official libraries are in WRL, however I am trying to import models that are not in the official libraries. Kicad 5 can also use STEP files, and as that is what most component manufacturers post their 3D models in, is what I have downloaded.
Are you able to select the .step file format as an option while looking for 3d files? If it is not listing the .step format as an option then there is some issue with the STEP import plug-in or your setup installation.
I am not familiar with that flags, but from here should be ok.
When enabled it requires liboce to be available, and the location of the installed OCE library to be passed via the OCE_DIR flag. This option is enabled by default.
Alternatively KICAD_USE_OCC can be used instead of OCE. Both options are not supposed to be enabled at the same time.
I see, thanks for the help anyway!
I also tried updating to the newest Kicad nightly with no result. I have also reinstalled FreeCAD, with no success either. STEP files doesn’t work in other projects either.