焦距微调通过CommPara设置范围

main
wyj 3 months ago
parent 89bf69557b
commit 3426eccdf3

@ -1226,12 +1226,14 @@ void CRecipeMgr::UpdateEditRecipeList(CListCtrl &RecipeList,CListCtrl &RecipeInf
{
int idx = 0;
CRecipeParameter &RecipePar = RecipeParVec[k];
#if 0
//改变焦距微调值的范围
if(RecipePar.m_ParName ==RECIPE_PAR_NAME_FOCUS_ADJUST_VAL)
{
RecipePar.m_DoubleMinVal = m_FocusAdjustMin;
RecipePar.m_DoubleMaxVal= m_FocusAdjustMax;
}
#endif
CString Min,Max;
RecipePar.GetRangeStr(Min,Max);
if(RecipePar.m_bRcpInfoPar)//计算参数

Loading…
Cancel
Save