fix: render issues

This commit is contained in:
2026-03-15 19:24:40 +08:00
parent e92065d14c
commit a4e8e31921
3 changed files with 15 additions and 13 deletions
+1
View File
@@ -63,6 +63,7 @@ export async function generateSTL(
// 创建挤压几何体
const extrudeSettings: THREE.ExtrudeGeometryOptions = {
depth: layerSetting.thickness,
curveSegments: 36,
bevelEnabled: false,
};