Hello all,
I’m new in Kicad and wondering how I can configure correctly 3D libs in order to import Kicad project to FreeCad by using SteUp plugin. When I load the board in FreeCad, only the pcb is visible, all components are missing…
I have 3D models in the project directory.
I was doing it a while ago for myself, but add paths in FreeCAD StepUp options to directories containing xxx.3Dshapes libraries.
For example if your 3D library location is: /home/user/MyProject/MyLibrary.3dshapes/
add path: /home/user/MyProject/
(this is for Linux, but same principals are for Windows).
I think also KiCAD paths location from its preference work, so you can use ${KICAD7_3DMODEL_DIR}, ${KICAD7_3RD_PARTY} or whatever else you set it up in KiCAD. Have a look in KiCAD > Preference > Configure Paths.
I think you can add 3 or 4 different directories, so I’d keep standard 3D model path (which I think is ${KICAD7_3DMODEL_DIR}) as well as your custom paths.