1. Separate a zoom problem from a scale problem
Select the imported model in your slicer and read its X, Y and Z dimensions. The camera can make a correctly sized model look tiny or huge, so rotating or zooming the preview is not a reliable measurement. Check the configured build plate too: a small object on a large plate may be perfectly normal.
Decide which physical dimension matters. For a standing figurine it may be total height, including its base; for a logo plaque it is often width. Use the same dimension before and after correction. A diagonal pose or a separate accessory can change the bounding box.
2. Understand why STL imports can change size
STL stores coordinate values without declaring a physical unit. If one application writes coordinates as inches and another interprets those numbers as millimeters, the same geometry is displayed at a different physical size. Autodesk documents this unitless-format issue for STL exports.
Do not assume every incorrectly sized object has an inch/mm mismatch. An arbitrary export scale, an earlier resize or generated geometry with no measured reference can also explain it. A photograph alone does not establish an exact real-world height: choose a target size rather than claiming to recover the original dimensions.
3. Calculate the correction from a known dimension
Use this formula on the current imported geometry: scale percentage = target size ÷ current size × 100. For an illustrative model that is 40 mm tall and should be 100 mm tall, 100 ÷ 40 × 100 = 250%. With uniform scaling, a 24 mm width becomes 60 mm too.
Keep the proportion lock enabled. Changing only height stretches the shape instead of resizing it consistently. If your slicer lets you enter an exact height, that is often simpler than typing a percentage. Verify whether the percentage control is relative to the original import or to a transform already applied; avoid stacking corrections blindly.
4. Use 25.4 only when the units explain the error
One inch equals 25.4 mm. When inch-based coordinate values were interpreted as millimeters, multiply by 25.4, equivalent to 2540% of that imported size. For the reverse mismatch, divide by 25.4, approximately 3.937% of the oversized import.
If the software already offered and applied an automatic unit correction, do not apply it again. Re-check a known dimension after every conversion. For example, an intended 50.8 mm dimension arriving as 2 mm is consistent with an inch/mm mismatch; a 40 mm model intended to be 100 mm is not.
5. Check the final model, not just the number
In PrusaSlicer, select the object and use the Scale tool; its documented controls support uniform and per-axis changes. The Measurement tool is useful when a specific feature matters more than the overall bounding box. Other slicers provide similar transform controls, with different labels.
After resizing, slice again and review the layer preview. A smaller figurine also has smaller fingers, ankles and contact areas. Enlarging a coarse mesh does not invent surface detail. Confirm plate fit, support placement and the smallest printable features with your chosen material and printer. Keep the original file and save the corrected project under a new name.
Apply this check to your Reforgers export
For a generated 3D model, download the STL and choose its final dimensions in your slicer before printing. For a flat logo, the browser-based Logo to STL tool lets you set a width in millimeters before export; still confirm that width after import. This is a size check, not a guarantee of engineering accuracy.
This guide uses an illustrative numerical example, not a measured print test. Technical references consulted: Autodesk’s STL export scale guidance and Prusa’s Scale and Measurement tool documentation.
Frequently asked questions
Does scaling repair a damaged STL?+
No. Resizing changes dimensions; it does not repair holes, self-intersections or disconnected geometry. Inspect those separately.
Should I always multiply an AI-generated STL by 25.4?+
No. Choose a target dimension and calculate its ratio to the imported size. Use 25.4 only when an inch/millimeter mismatch is established.