From 6087507f5c9445055a38f7b861e40a22e82d3316 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 25 七月 2025 16:09:29 +0800 Subject: [PATCH] 1. ProfileInspect单独使用坐标转换参数,与全局的区分开。如果ProfileInspect没有设置,那么默认使用全局的 --- ENRIT/Data/History.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ENRIT/Data/History.h b/ENRIT/Data/History.h index 1b116ae..7e32255 100644 --- a/ENRIT/Data/History.h +++ b/ENRIT/Data/History.h @@ -12,8 +12,11 @@ int nChipCount; int nChamferCount; int nBurrCount; - int nUnknownCount; - + int nUnknownCount; + int nProAlarmResultCountA; + int nProAlarmResultCountB; + int nProAlarmResultCountC; + int nProAlarmResultCountD; BOOL bProfileJudge[MAX_PROFILE_SETTING_COUNT]; int nProfileDiff[MAX_PROFILE_SETTING_COUNT]; BOOL bChamferJudgeUp[MAX_PROFILE_SETTING_COUNT]; -- Gitblit v1.9.3