mrDarker
2025-08-10 0bc51843405b703c9fbabc81365625f393ff7d86
EdgeInspector_App/Define/Global_Define.h
@@ -325,10 +325,11 @@
   eRcp_InsType_In_Burr, 
   eRcp_InsType_In_Chamfer, 
   eRcp_InsType_TopCorner, 
   eRcp_InsType_BotCorner
   eRcp_InsType_BotCorner,
   eRcp_InsType_RipThickness
};
static CString g_strInsType[10] =
static CString g_strInsType[] =
{
   _T("Chip"),
   _T("Crack"),
@@ -340,6 +341,7 @@
   _T("In_Chamfer"),
   _T("Top_Corner"),
   _T("Bot_Corner"),
   _T("Thickness")
};
enum eSideInsType