From 61f7dc096eddd9661f78412fa09718b4e2a51bd7 Mon Sep 17 00:00:00 2001 From: lhiven <2366881222@qq.com> Date: Sun, 7 Jan 2024 22:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E9=AB=98=E6=9C=89?= =?UTF-8?q?=E7=89=A9=E6=96=99=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/SubFlow/LaserFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/SubFlow/LaserFlow.cs b/Rs.SkyLine/Flow/SubFlow/LaserFlow.cs index 1f9cbec..2b18d77 100644 --- a/Rs.SkyLine/Flow/SubFlow/LaserFlow.cs +++ b/Rs.SkyLine/Flow/SubFlow/LaserFlow.cs @@ -210,7 +210,7 @@ namespace Rs.MotionPlat.Flow.SubFlow if (trayType == ETrayType.Test) { //HasProduct = Math.Abs(Math.Abs(TestHeight1 - TestHeight2) - GlobalVar.TestFixtureTrayOffsetHeight)>0.6; - HasProduct = TestHeight1 - TestHeight1 < GlobalVar.TestFixtureTrayOffsetHeight - 0.3; + HasProduct = TestHeight1 - TestHeight2 < GlobalVar.TestFixtureTrayOffsetHeight - 0.3; } else if (trayType == ETrayType.Turnover) {