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