From ade1d5ee5e3a281d88afa5b1d597e73b93e42b7e Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 14 Oct 2025 15:39:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E8=BD=AC=E7=9B=98=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=9C=89=E6=97=A0=E5=8A=A0=E8=BD=BDdefault.bmp=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs b/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs index 7dc9ddb..34b7a1d 100644 --- a/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs +++ b/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs @@ -62,7 +62,7 @@ namespace Rs.MotionPlat.Recipe PositionHelper.BindPosition(panel9, "int"); PositionHelper.BindPosition(panel11, "int"); - string filePath = Path.Combine(dirPth, "out2.jpg"); + string filePath = Path.Combine(dirPth, "default.bmp"); if(File.Exists(filePath)) { HOperatorSet.ReadImage(out showImage, filePath);