From db37aeff08bb1499c443d71fd994f1c343cd9bfd Mon Sep 17 00:00:00 2001 From: wyj <157651241@qq.com> Date: Fri, 5 Jul 2024 15:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E5=8A=9F=E7=8E=87=E8=AE=A1?= =?UTF-8?q?=E5=86=B7=E5=8D=B4=E6=97=B6=E9=97=B4=E5=8D=95=E4=BD=8D=E4=B8=BA?= =?UTF-8?q?S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp b/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp index 7e0c549..6d9ee4e 100644 --- a/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp +++ b/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp @@ -1957,7 +1957,7 @@ bool CCommonFlowMgr::LaserPowCheckFlow(bool bWaitcooling, bool bManual) if(bWaitcooling) { int WaitDelay = 1000;//每隔一秒一个cmd - int Times = (gLaserPowDeviceMgr->GetDevCoolingDelay()*60*1000)/WaitDelay;//循环次数 + int Times = (gLaserPowDeviceMgr->GetDevCoolingDelay()*1000)/WaitDelay;//循环次数 for(int k=0;k