This project aims to be a simple and lightweight 3D model format converter from obj
to stl
This project is written in python3.
sudo pip install obj2stl
from obj2stl import obj2stl
obj2stl.convert(input='sample.obj',output='sample2.stl')
Here is the list of all the supported formats
- Wavefront
.obj
- STL files
.stl