Editing an STL depends on the change you need. A simple scale or rotation can be handled by a mesh editor, while precise design changes often require CAD or the original source project.

Know what you are editing

An STL file stores a model as a triangle surface. It usually does not contain the original sketch dimensions, constraints, named features, or editable CAD history. When you open it in an editor, you are usually changing mesh geometry rather than continuing the original design. Save a copy before starting so that the source remains available.

Separate the task into a visual adjustment, a whole-object transform, a local mesh edit, or a true design change. Moving, rotating, scaling, centering, or mirroring the whole mesh is different from changing one hole diameter or rebuilding a curved surface. The more exact the requirement, the more likely you need CAD or the native design file.

Make basic transforms carefully

For a whole-mesh change, use an editor that supports the operation you need. Uniform scaling preserves proportions; scaling the X, Y, and Z axes by different amounts changes them. Rotation changes orientation, translation changes position, and mirroring reverses a direction. Some editors can place the lowest point on the build plate or center the object at the origin.

Apply one change at a time and inspect the result. If the scale is critical, calculate the intended dimension and check it in the editor after the transformation. A mirrored part can become the wrong handed version for an assembly. A rotated part can still need support or build-plate adjustment. Save an edited copy and compare its dimensions and orientation with the original.

Cutting or editing only part of a mesh

Removing a section or cutting a model is more involved than moving the entire object. A cut can expose an open surface, create a non-manifold boundary, or change whether the part is watertight. A dedicated mesh editor may offer plane cuts, sculpting, remeshing, or region selection, but features differ between applications and the operation may need a later repair.

Use a backup and inspect the cut edge from several directions. If a flat closure is required, confirm that the editor actually creates one and that it does not cover a cavity or erase a feature. Reopen the exported STL in another application and check that it contains the expected triangles. A visual screenshot alone is not enough to verify the saved geometry.

When repair is needed before editing

Holes, duplicate faces, disconnected fragments, and inconsistent normals can make mesh editing difficult. Repair tools can attempt to correct some of these issues, but they may also change geometry, especially around holes or small detached features. Compare the original and repaired mesh, read any warnings, and retain both files until the downstream application accepts the result.

Do not assume that every hole should be filled or every isolated component should be removed. A small component may be an intentional pin or separate part. Use the design context to decide whether an automated change makes sense, then inspect the affected region at full detail.

When CAD is the better option

Use CAD when a change must meet an exact measurement, alter a hole or wall dimension, preserve engineering relationships, or continue a design with editable features. A mesh imported into CAD may remain faceted. Some programs offer mesh-to-solid or reverse-engineering tools, but these do not necessarily reconstruct the original design intent and can create complex or approximate geometry.

If someone else owns the design, ask for the native project or a STEP file when you need substantial design changes. A STEP exchange file may retain precise surfaces and solids, although it normally does not preserve the original CAD feature history. Avoid treating a mesh-to-CAD conversion as proof that the result matches the original engineering model.

Export and verify your edited STL

Export to a new filename, then reopen that file in the target application. Check the bounding dimensions, scale, orientation, visible shape, and any edges created by cutting. If the result is for printing, import it into the intended slicer, confirm the printer profile, and review its layer-by-layer preview before manufacturing.

STL does not reliably store units, color, or materials. Keep the source file and note the intended scale in your workflow. A screenshot can help document what you saw, but it is not a substitute for the STL output or the CAD source. For safety-critical or tolerance-sensitive work, validate the model through the established engineering process.

Frequently asked questions

Can I edit an STL file?

Yes. Mesh editors can change the triangle surface. Exact feature-based design edits are usually better done in CAD or in the original project.

Can I scale or rotate an STL online?

The browser-based STL Editor supports scale, rotation, mirroring, centering, and build-plate placement, then exports a binary STL.

Does cutting an STL keep it watertight?

Not necessarily. A cut may create open boundaries; inspect the result and use mesh analysis or repair if closure is required.

Can I change a hole diameter in an STL?

A mesh editor may modify the surface, but CAD is usually a better choice for a precise dimensional change.

Can this site's STL Editor cut a mesh?

No. It supports basic whole-mesh transforms such as scale, rotation, mirroring, centering, and build-plate placement.