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/000.MainFrame/Form_Frame.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/SHARP_CLAS_UI/000.MainFrame/Form_Frame.cs b/SHARP_CLAS_UI/000.MainFrame/Form_Frame.cs
index f03e3e3..339dbdd 100644
--- a/SHARP_CLAS_UI/000.MainFrame/Form_Frame.cs
+++ b/SHARP_CLAS_UI/000.MainFrame/Form_Frame.cs
@@ -649,6 +649,17 @@
                         tb_Main_Recipe_Name.Text = _equip.Cur_Main_Recipe.Name;
                     else
                         tb_Main_Recipe_Name.Text = "Not Selected";
+                    
+                    if(_equip.process.ablation.Is_Power_Measure)
+                    {
+                        pnl_Main.Enabled = false;
+                        pnl_Bottom.Enabled = false;
+                    }
+                    else
+                    {
+                        pnl_Main.Enabled = true;
+                        pnl_Bottom.Enabled = true;
+                    }
                 }
                 catch(Exception )
                 {

--
Gitblit v1.9.3