This will be 3D printed near you and delivered to your door by May 16
Loading
SolidPy is a python module that generates OpenSCAD code from python code. The aim of developing this SolidPy is to simplify and enhance the design experience of code-based, parametric, solid modeling.Python + SolidPy -> OpenSCAD code -> Solid Modelyou can find the module at https://github.com/bjbsquared/SolidPyPlace SolidPy.py somewhere it your PYTHONPATH or in the directory of the python module that imports it. Write the python code to build your solid model. While your write your code and run it, changes to the output can be observed using OpenSCAD with the ‘Automatic Reload and Compile’ setting checked.All the other files seen in the repository are working files that may be of help as examples. They may or may not work as SolidPy is undergoing changes.