From 2eb59634fdfb48cbd8a1e7ee09c2ccd193ccafec Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 월, 12 12월 2022 15:39:17 +0900
Subject: [PATCH] Laser head X축 구동 시 Laser head Z축 Home위치 확인 후 구동.

---
 SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.cs b/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.cs
index 33da835..4361e3d 100644
--- a/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.cs
+++ b/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.cs
@@ -15,6 +15,11 @@
             Command_Type = En_User_Command.None;
         }
 
+        public void UserManualEnable(bool enable)
+        {
+            rb_User.Enabled = enable;
+        }
+
         private void btn_OK_Click(object sender, EventArgs e)
         {
             if (rb_Scrap.Checked == true)

--
Gitblit v1.9.3