This code is a volume calculator for STL Model in Python. The script calculates how much material is needed for printing a 3D models.
Usage in a terminal: python mesure_volume.py torus.stl
"torus.stl" is any STL binary model of the object you want to calculate the volume.
Please report any error you may find to me ([email protected]).
Author: Mar Canet(http://mcanet.info) - Twitter: mcanet
If someone is looking for some explanation about volume calculator i recommend read this blog post: http://n-e-r-v-o-u-s.com/blog/?p=4415
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License(http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US). For commercial licence of this software or extra implementations or integrations or customization, feel free to contact me.