From 804fa574c9ab278805d86fb848c5abbef99469e8 Mon Sep 17 00:00:00 2001 From: chenshijue <24121145@bjtu.edu.cn> Date: Fri, 7 Aug 2026 10:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aa91d77..1c2c1e8 100644 --- a/readme.md +++ b/readme.md @@ -59,7 +59,7 @@ PJ_NGW_S2_090_T80_001 ### 第三步:放入文件 -每个模组文件夹内建议包含以下内容: +每个模组文件夹内建议包含以下内容,**可在根目录下载PJ_NGW_S2_090_T80_001_模板**: ```text PJ_NGW_S2_090_T80_001/ @@ -74,7 +74,9 @@ PJ_NGW_S2_090_T80_001/ ├── 清单/ │ ├── 零件清单.xlsx │ └── 配合说明.txt -└── 模组信息表.xlsx +├── 模组信息表.xlsx +├── joint_module_assembly.schema.json #schema文件 +└── planetary joint_full.example.json #sop文件 ``` **要求:** @@ -83,6 +85,7 @@ PJ_NGW_S2_090_T80_001/ - 每个自制件均需导出 STEP 文件 - 标准件(轴承、螺钉等)不强制建实体模型,但需在零件清单中写明型号、数量 - `模组信息表.xlsx` 至少包含:模组编号、传动类型、级数、减速比、额定扭矩、质量、设计说明 +- 务必包含sop和schema ## 📥 下载指引(给下载者)