This tool estimates how much filament your support structures will consume, so you can budget material and cost before you ever slice. It is especially useful for dual-material jobs where supports print in a separate, often pricier, dissolvable filament.
How it works
Support weight scales with two things: how much of the model needs supporting (driven by overhang severity) and how dense those supports are. The estimate is:
Support weight = model weight x baseRatio(overhang) x (density% / referenceDensity%)
Each overhang level carries a base support ratio calibrated to a 20% support density reference: gentle around 0.08, moderate around 0.20, severe around 0.45. The chosen density then scales that ratio linearly — 10% density halves it, 40% roughly doubles it.
Worked example
A 120 g moderate-overhang functional bracket, supported at 15% density:
- Base ratio (moderate) = 0.20 at the 20% reference
- Density scale =
15 / 20 = 0.75 - Support weight =
120 x 0.20 x 0.75 = 18g - At 22 pounds/kg filament, supports cost
18 / 1000 x 22 =about 0.40
Total job weight is 120 + 18 = 138 g.
Tips and notes
- This is an estimate. Once sliced, trust the slicer’s exact support figure.
- Tree/organic supports use noticeably less material than grid supports for the same model — treat severe-overhang figures as worst case.
- For dissolvable supports, price the support spool separately; PVA and HIPS often cost more per kg than PLA.
- Lowering support density and raising the support Z-distance reduces both material and removal effort, at some risk to overhang quality.
All calculations run locally in your browser.