Browse Source

尝试修改样品孔拍摄图形错误问题(待真机验证)

CXS 4 years ago
parent
commit
f7697b6781

+ 1 - 1
OTSIncAMeasureApp/0-OTSModel/Measure/GetBSEPic/CFieldPositionMgr.cs

@@ -32,7 +32,7 @@ namespace OTSModelSharp
         // image scan parameter
         COTSImgScanPrm  m_poImageScanParam;
 
-        const int RESOLUTION_ID_FIRST_TIE = 2;
+        const int RESOLUTION_ID_FIRST_TIE = 0;
    
         // field centre points list
         List<System.Drawing.Point> m_listFieldCentrePoints;