fix: render issues
This commit is contained in:
@@ -63,6 +63,7 @@ export async function generateSTL(
|
||||
// 创建挤压几何体
|
||||
const extrudeSettings: THREE.ExtrudeGeometryOptions = {
|
||||
depth: layerSetting.thickness,
|
||||
curveSegments: 36,
|
||||
bevelEnabled: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user