This commit is contained in:
ChiKyun Kim
2025-09-23 15:41:16 +09:00
parent 02028afc27
commit b037dd53e6
74 changed files with 4269 additions and 7917 deletions

View File

@@ -136,12 +136,6 @@ namespace Project.Dialog
private void tmDisplay_Tick(object sender, EventArgs e)
{
//this.lbMotPos.Text = $"X:{Pub.mot.GetActPos((int)eAxis.X1_TOP}";
//tabControl4.TabPages[0].Text = $"({axisIndex}) JOG";
if (PUB.joypad != null && PUB.joypad.IsOpen)
this.Text = "MODEL(MOTION) SETTING - JOYSTICK GROUP:" + PUB.Result.JoystickAxisGroup.ToString();
else
this.Text = "MODEL(MOTION) SETTING";
if (PUB.mot.IsInit == false)