From 7784fe230849d70345758d787a71f079a5cec9d7 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期二, 20 五月 2025 13:54:03 +0800 Subject: [PATCH] 1.添加并连接CMeasurement --- SourceCode/Bond/Servo/Common.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h index c315229..34549ac 100644 --- a/SourceCode/Bond/Servo/Common.h +++ b/SourceCode/Bond/Servo/Common.h @@ -64,9 +64,10 @@ #define EQ_ID_VACUUMBAKE 9 #define EQ_ID_ALIGNER 10 #define EQ_ID_BAKE_COOLING 11 -#define EQ_ID_ARM 12 -#define EQ_ID_ARM_TRAY1 13 -#define EQ_ID_ARM_TRAY2 14 +#define EQ_ID_MEASUREMENT 12 +#define EQ_ID_ARM 13 +#define EQ_ID_ARM_TRAY1 14 +#define EQ_ID_ARM_TRAY2 15 #define EQ_ID_OPERATOR_REMOVE 999 -- Gitblit v1.9.3