#0017: 调试 etalon 实验时,对每个点新增延时,但延时数量不对应,待修复; 变焦功能,增加日志打印

This commit is contained in:
zhengxuan.zhang
2025-02-17 13:17:23 +08:00
parent 36cff662a5
commit 5b41557900
9 changed files with 98 additions and 76 deletions
+3 -1
View File
@@ -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(
"下发指令:"