Closed volkertb closed 3 years ago
This should be solvable with some more copying and pasting. I use SamacSys Library Loader for getting lots of models, schematics and footprints from Mouser. I just have to take note of this and remember to copy over the 3dshapes as well. For now, I think this depends a bit on #17, though.
Resolved by 8946d66.
I noticed the following when I tried importing the KiCAD project in FreeCAD, using the KiCadStepUp addmon.
Apparently, in addition to the default library location in $KISYS3DMOD, this project has been configured to assume hard-coded locations of 3D images of some of the components in the default Windows installatoin folder of the SamacSys ibrary Loader.
If you type the following command:
That results in this output:
Obviously, this will only succeed in when you're running KiCAD in Windows, and even then only if the SamacSys ibrary was indeed installed in that folder.
Now ideally, we would want to include any 3dshapes that are not provided in the standard KiCAD llibrary, and refer to them through a closs-platform project-relative path. Unfortunately, there's the license of these 3D models to consider. The ones from SamacSys are apparently "free as in beer" (not sure what the exact terms are in the fine print), but that doesn't necessarily allow us to distribute them with these sources
For an optimal render that will look close to the actually envisioned end product, we need 3D models of the components that will go into the design.
Any ideas on how to tackle this?