syue87 / GCodeAnalyser

Analyse your 3D printing G-Code to provide accurate information such as print time and average speed.
http://www.gcodeanalyser.com/
MIT License
62 stars 18 forks source link

[Feature Request] Add filament density setting for calculating the raw material usage in grams #4

Closed magkopian closed 6 years ago

magkopian commented 6 years ago

Slic3r has an option for specifying the density for a particular filament, which combined with the filament diameter allows it to estimate how much filament is going to be used in grams for a print. It would be nice if GCodeAnalyser was able to calculate that as well.

syue87 commented 6 years ago

@magkopian Sure, It would be good to know the usage in gram. I will add it.

syue87 commented 6 years ago

I thought about it. I don't think many people know the exact density of their filament, so I've added a display for filament usage in cm^3. Since most filament is around 1g/cm^3, it's a good approximation for the weight.