Calculate filament usage

Convert slicer plastic volume into filament length and material weight.

freeworks offlinenothing uploaded
ToolFilament Usage Calculator
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

Print volume in cubic centimetres is multiplied by material density for mass. The same volume becomes cubic millimetres and is divided by circular cross-section π(diameter/2)^2 for length.

  • PLA density and 1.75 mm are editable common starts.
  • Slicer volume already reflects the selected geometry.

Worked example

A 2.4cm3 part in PLA
Volume taken from the slicer preview
Input
											2.405
										
Output
												Length m: 1
Weight g: 2.98
Cross section mm2: 2.405
Density used: 1.24
											

When to use this

Slicer previews, spool planning, and diameter comparisons use volume conversion.

Edge cases

  • Diameter changes length quadratically through radius squared.
  • Density changes weight without changing geometric length.
  • Purge and support waste may not be included in slicer volume.