On 02/10/18 23:31, Wayne Stambaugh wrote:
How do you get the script to create the vrml and step files?  When I run
the script like `freecad main_generator_Converter_DCDC.py variant, the
only thing that happens is freecad is launched with the model of the
variant.  I have to save the freecad file and export the vrml and step
files of the model which are not scaled.


The script stores the output files in a central directory. This is controlled with the models_dir variable.

This variable should point to the directory called _3Dmodelsdirectly under the FCAD_script_generator directory. (or ../../_3Dmodels/ as seen from the script directory)

The lines responsible for generating that path start at line number 846

https://github.com/easyw/kicad-3d-models-in-freecad/blob/581bab3ea182ce68909fa83561f92caf6e9c8ea8/cadquery/FCAD_script_generator/Converter_DCDC/main_generator_Converter_DCDC.py#L846

--
Mailing list: https://launchpad.net/~kicad-lib-committers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-lib-committers
More help   : https://help.launchpad.net/ListHelp

Reply via email to