From f0839d9fdd9dc74eef0eafc5562fabf9d7259f08 Mon Sep 17 00:00:00 2001 From: 천호석 <hosuk1418@naver.com> Date: 수, 14 12월 2022 17:46:40 +0900 Subject: [PATCH] 1. Laser on 시 Stage position도 같이 확인 하도록 변경. 2. Auto power 측정, Manual power 측정 전후 Scanner Z 축 대기 위치 이동 하도록 수정 3. 프로그램 종료 시 Laser off 하도록 수정. 종료 대기시간 5sec --- 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