From 4fb0f6c9b7b0fdfc6cc52c9bf1153d87f92651ca Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期四, 14 八月 2025 11:52:50 +0800 Subject: [PATCH] 1. 修复RIP新增配方闪退的问题 2. 完善RIP结果绘画在视图窗口 --- EdgeInspector_App/Data/PostProcess.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/EdgeInspector_App/Data/PostProcess.cpp b/EdgeInspector_App/Data/PostProcess.cpp index cabe072..55aebb4 100644 --- a/EdgeInspector_App/Data/PostProcess.cpp +++ b/EdgeInspector_App/Data/PostProcess.cpp @@ -1211,6 +1211,8 @@ bJudgeUse = (pSideParam->m_UserDefectPrm[pDefect->m_nUserDefectAreaIdx].m_nJudge_Size_Min_OR_AND == 0) ? FALSE : TRUE; break; case DefectLoc_Notch_Crack: + + case DefectLoc_Notch_NoGrind: nJudgeW_um = pSideParam->m_NotchPrm[pDefect->m_nNotchIdx].m_nNotch_Inspect_Defect_Judge_X_um; nJudgeH_um = pSideParam->m_NotchPrm[pDefect->m_nNotchIdx].m_nNotch_Inspect_Defect_Judge_Y_um; bAnd = (pSideParam->m_NotchPrm[pDefect->m_nNotchIdx].m_nNotch_Inspect_Defect_Judge_And == 2) ? TRUE : FALSE; -- Gitblit v1.9.3