
将STL拖入PrusaSlicer或Cura会收到红色警告:非流形边、零厚度壁、翻转法线。切片失败、打印失败,或更糟——它静默地打印出废品。MakerSuite 3D现在使用Google的manifold-3d WASM库一键修复这些问题。无需安装、无需账号、无需上传——修复在您的浏览器中完成。
流形网格是每个切片器都能转换为工具路径的水密表面:每条边恰好由两个三角形共享,每个顶点都有明确定义的邻域,内外无歧义。非流形网格打破其中一条规则——它们有孔洞、三个三角形相交的T型结点、接缝处的重复顶点或反转法线。草图式CAD、体素建模器或旧插件导出的STL常常产生非流形几何。
Drop a broken STL — one-click repair, ready for your slicer.
Try MakerSuite 3D FreeMeshLab和Blender都能修复非流形网格,但它们是学习曲线陡峭的重量级安装。Meshmixer(Autodesk)曾是首选免费方案,但Autodesk在2024年停止维护,现在下载只能在可疑的镜像上找到。在线修复服务会将文件上传到服务器,速度慢且对NDA工作是致命的。MakerSuite 3D在您的标签页中运行Fusion 360和Onshape使用的完全相同的manifold-3d库 — 任何东西都不会离开您的设备。
修复在浏览器标签页的WASM沙盒内运行。无上传、无云处理、无账号。您的STL留在您的设备上 — 甚至修复WASM二进制也是从我们的CDN作为静态文件提供,而不是服务器端点。关闭标签页即无痕迹。
A mesh is non-manifold when any edge is shared by more or fewer than exactly two triangles, when a vertex has no well-defined neighbourhood, or when normals flip direction. Duplicated vertices at seams, T-junctions, zero-area triangles, and holes are the common culprits — all of which our repair step handles.
The repair uses manifold-3d, the same Google library that Autodesk Fusion 360 and Onshape use under the hood. For most common STL problems (vertex duplication, degenerate triangles, flipped normals) it matches Blender's 3D Print toolbox. Blender still wins for manual hole-filling on severely broken scans — where the mesh needs human judgement — but the one-click case covers ~90% of failed-to-slice STLs.
It welds coincident vertices within 1e-4 units and drops triangles that are either zero-area or near-collinear. For any mesh that was already clean, the output is geometrically identical. For broken meshes, the topological errors are fixed with minimal changes — no smoothing, no decimation, no hole-filling that invents new geometry.
You still get a welded-only result as a fallback — duplicated vertices are merged and the mesh is re-indexed, which fixes shading seams and many slicer warnings even if the topology still has open edges. The UI shows a warning badge so you know the result isn't a full manifold.
Yes. The pristine original is cached in memory, so the Restore button swaps it back instantly. You can repair, compare, and restore without reloading the file.
拖放损坏的STL — 几秒即可修复
启动3D查看器