This commit is contained in:
cjw
2026-02-16 17:10:28 +08:00
parent eb251e99bb
commit 1539f54301
4 changed files with 21 additions and 26 deletions
+3 -1
View File
@@ -446,7 +446,9 @@ async def result_page(request: Request, task_id: str, db_session: AsyncSession =
"manufacturing_info": {
"mold_material": mold_cavity_data.mold_material,
"estimated_clamping_force": mold_cavity_data.estimated_clamping_force,
"parting_line_length": mold_cavity_data.parting_line_length
"parting_line_length": mold_cavity_data.parting_line_length,
"estimated_cycle_time": mold_cavity_data.estimated_cycle_time,
"manufacturing_tolerance": mold_cavity_data.manufacturing_tolerance
},
"mold_cavities": {
"cavity_key_info": {