⚙️ CNC智能报价系统 按加工时间计费

上传3D模型,系统自动识别特征,计算机加工时间,给出精准报价

📤

点击或拖拽上传3D模型

支持 STL/STEP/STP,最大20MB

已加载 {{ modelInfo.fileName }}
{{ formatFileSize(modelInfo.fileSize) }}
外形尺寸
{{ modelInfo.dimensions }}
体积
{{ modelInfo.volume }} cm³
重量
{{ modelInfo.weight }} kg
表面积
{{ modelInfo.surfaceArea }} cm²
🔧 识别到的加工特征 {{ features.length }}个
{{ feat.icon }}
{{ feat.name }}
{{ feat.desc }}
{{ feat.time }}min

💰 报价计算器

材料选择
机床类型
加工数量
精度要求
⏱️ 加工时间预估
单件加工时间 {{ timeEstimate.single }}
首件调试时间 {{ timeEstimate.batch.first }}
后续件时间 {{ timeEstimate.batch.next }}
总加工时间 {{ timeEstimate.batch.total }}
📊 成本明细
⚙️ 机床费用 {{ quoteResult.cost.machine }}
📦 材料费用 {{ quoteResult.cost.material }}
🔪 刀具损耗 {{ quoteResult.cost.tool }}
📋 管理费用 (10%) {{ quoteResult.cost.management }}
💼 利润 (15%) {{ quoteResult.cost.profit }}
💰 总价 {{ quoteResult.cost.total }}
单件价格
{{ quoteResult.unit_price }}
重量: {{ quoteResult.weight }}
📦 批量优惠 {{ form.quantity }}件
平均单件加工时间: {{ timeEstimate.batch.average }}
相比单件节省: {{ ((1 - parseFloat(timeEstimate.batch.average)/parseFloat(timeEstimate.single)) * 100).toFixed(0) }}% 时间
📁

请先上传3D模型

上传后自动识别特征并报价