From b6fd0a217e2cb8ad0bddb5a25f2d7b71e4c8af12 Mon Sep 17 00:00:00 2001 From: wyj <157651241@qq.com> Date: Wed, 26 Jun 2024 20:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=89=E6=96=91=E9=87=87=E6=A0=B7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=84=A6=E6=B7=B1=E4=B8=8E=E7=B4=A2=E5=BC=95=E5=8F=B7?= 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 8535ac2..be352a9 100644 --- a/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp +++ b/LaiPuLaser/LaiPuLaser/CommonFlowMgr.cpp @@ -455,7 +455,7 @@ void CCommonFlowMgr::DrawLaserSpotPt(CDC* pDC) } DrawSolidRect(pDC,color,rect); - #if 0 + #if 1 //把每个点的Z 轴调整量显示出来 CString str; str.Format(_T("%.2f"),SpotPt.m_AdjustZVal);