This is a script for FreeCAD to generate STEP and KiCad VRML files out of CSV component databases.
You need to have FreeCAD 0.15 or greater with CadQuery 0.3 or greater installed in your system.
Just call freecad 3dgen.py
from the command line, the script will go
through all databases and generate the 3d models in their
corresponding .3dshapes folders.
This work is heavily based on the work of Maurice (easyw) and Hasan Yavuz ÖZDERYA (hyOzd). You can find the original scripts at [https://github.com/easyw/kicad-3d-models-in-freecad].
Like the originals, these scripts are released under the GNU GPL version 2+. See LICENSE for more details.
The csv database files are released into the Public Domain, or under the Creative Commons CC0 license. [https://creativecommons.org/publicdomain/zero/1.0/]
USE 3D CAD DATA AT YOUR OWN RISK, DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.