This commit is contained in:
2026-03-14 01:36:53 +08:00
parent 4f58de86fb
commit 67a930c74d
+1 -1
View File
@@ -518,7 +518,7 @@ async def process_file_core(
# 生成详细的型腔JSON数据(包含网格)
if cavity_mesh_data:
logger.info(f"型腔网格数据生成完成: {cavity_mesh_data.get('mold_cavities', {}).get('cavity', {}).get('vertex_count', 0)} 顶点")
logger.info(f"型腔网格数据生成完成: {cavity_mesh_data.get('mold_cavities', {}).get('cavity', {}).get('vertex_count', 0)} 顶点")
except Exception as cavity_err:
logger.warning(f"型腔生成失败,使用简化数据: {cavity_err}")
cavity_mesh_data = None