3D Modle Viewing #805
Replies: 1 comment 1 reply
-
The old (legacy) Part-DB version could actually do something like this. Thats why there is a 3D Model option for Footprints under Attachments and there is this repository (https://github.com/Part-DB/PartDB-3D) with 3D models from an old KiCad library version. The challenge is that I would like to support multiple 3d model files to view (step would be nice, STL might be useful, and other things). I think the best option for this would be realize it using three.js but that is much more complicated to use than the old 3D viewer library i have used for Part-DB legacy, and i had not the time to look into it yet. |
Beta Was this translation helpful? Give feedback.
-
Hi, I think it would be nice if one could add a 3D model as "picture" and one then could not only have a static picture but also move it around.
The easiest would most likely be to use STEP files, but having the ability to upload freecad files and maybe the part-db server converts them to step would also be nice.
It would also be nice if one sets a KiCad footprint part-db looks if there is a 3d model for this footprint and uses this. For this, the 3D Model part of the library would most likely be "installed"/download on the server or at least on a place where it is accessible for Part-DB.
Regarding the Std Lib of KiCAD, one must most likely take a detailed look if the licences fit together and look if there are any conflicts/problems.
Beta Was this translation helpful? Give feedback.
All reactions