Skip to content

3D models of PCB

Goran Mahovlic edited this page Jan 8, 2020 · 2 revisions

Having 3D model is crucial for checking before production.

Best way to do it is to convert PCB to KiCad, add missing 3D parts and export to STEP.

If needed models can be exported to format known to blender (VRML).

Blender would be better for some rendering/animation purpose, but for checking dimensions we can use freecad.

Always export 3D model in default directory it will use parts from same directory so if you export to some other directory parts will not show up on your board.

First we need to convert board to KiCad.

That is done by opening KiCad and select Import -> EAGLE CAD

Import

After conversion we just need to open PCB file

PCB

PCB will show, but without

PCB

We need to start DRC

DRC

And select yes for refill polygons

Refill

Next double click on each part that is missing 3D model and select appropriate model, you can find models installed by KiCad or on manufacturer webpage. You can also check snapeda.

AddModel

Test on KiCad Render by selecting 3D view

3DView

When all is done you can export STEP file

Export

And import into freecad

Import_freeCad

Do same for each module and import them all in freecad

Import

Clone this wiki locally