From 4adfd9671250a5c698ae1bc7b817f1060e2d907d Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 화, 18 10월 2022 09:30:31 +0900
Subject: [PATCH] Power meter HandShakingOn 기능 추가.

---
 SHARP_CLAS_UI/500.Equipment/400.Module/200.Scanner/Scanner_Recipe.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SHARP_CLAS_UI/500.Equipment/400.Module/200.Scanner/Scanner_Recipe.cs b/SHARP_CLAS_UI/500.Equipment/400.Module/200.Scanner/Scanner_Recipe.cs
index 7f4eb26..11423d8 100644
--- a/SHARP_CLAS_UI/500.Equipment/400.Module/200.Scanner/Scanner_Recipe.cs
+++ b/SHARP_CLAS_UI/500.Equipment/400.Module/200.Scanner/Scanner_Recipe.cs
@@ -530,4 +530,4 @@
         public static double DegreeToRadian(double degree) { return (Math.PI / 180) * degree; }
         #endregion
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3