pjdixit / STL-Volume-Model-Calculator

STL Volume Model Calculator Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL Volume Model Calculator

This code is a volume calculator and weight estimator for 3D models in the STL file format, implemented in Python. The script calculates the volume of the 3D model and estimates the amount of material required for printing.

The extensive list of materials includes: ABS, PLA, 3k CFRP, Plexiglass, Alumide, Aluminum, Brass, Bronze, Copper, Gold_14K, Gold_18K, Polyamide_MJF, Polyamide_SLS, Rubber, Silver, Steel, Titanium, and Resin.

Usage in a terminal:

  python volume_calculator.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 (mar.canet@gmail.com).

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

About

STL Volume Model Calculator Python

License:MIT License


Languages

Language:Python 100.0%