• Stars
    star
    117
  • Rank 292,405 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 11 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

STL Volume Model Calculator Python

STL Volume Model Calculator

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://var-mar.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