Electronic – No components 3D view in KiCAD

kicadpcb-design

I'm just starting to work with KiCAD. One of the video tutorial shows that 3D view should incorporate components placed on the board:

enter image description here

However in my case I can see only the board with pads:

enter image description here

Looks like I need to tune up my KiCAD installation (I'm using Windows 7, KiCAD version 4.0.0).

Could anyone give me any advize for that?

EDIT 1

As @Robert Stiffler mentioned I verified if the component 3D view is enabled. As I can treat the follwoing screen – everything should be OK. However the option name is differ from suggested ("Show component 3D shape" VS "Show 3D footprints"). So it is possible that I picked the wrong setting.

And the libraries are mostly standard.

enter image description here

Best Answer

I solved this issue doing this:

  • Run Eeschema
  • Open CvPcb to associate components and footprints
  • Open Preferences -> Configure Paths
  • On "KISYS3DMOD" change the path to the correct one. "C:\Program Files\KiCad\share\kicad\modules\packages3d" in my case.
  • Restart the program.
  • Enjoy!