#0017: 调试 etalon 实验时,对每个点新增延时,但延时数量不对应,待修复; 变焦功能,增加日志打印
This commit is contained in:
@@ -766,8 +766,10 @@ namespace HexcalMC
|
||||
{
|
||||
//增加2秒延时
|
||||
Thread.Sleep((int)dwellTime);
|
||||
//int currentDwellTime = dwellTimes[currentIndex] * 1000; // 将秒转换为毫秒
|
||||
//Thread.Sleep(currentDwellTime);
|
||||
|
||||
Point nextPoint = filteredPoints[currentIndex];
|
||||
Point nextPoint = filteredPoints[currentIndex];
|
||||
//打印 nextPoint
|
||||
DebugDfn.AddLogText(
|
||||
"下发指令:"
|
||||
|
||||
Reference in New Issue
Block a user