增加主界面快速定位,运动界面,增加单轴JOG

This commit is contained in:
zhengxuan.zhang
2024-03-13 10:47:20 +08:00
parent 92705068f7
commit a43ebd53fe
13 changed files with 1273 additions and 717 deletions
+1
View File
@@ -290,6 +290,7 @@ namespace HexcalMC.Hexcal
int sentBytes = socket.Send(data);
return sentBytes == data.Length; // 检查是否完全发送成功
}
public void SendMessageToAllClients(string strMsg)
{
byte[] arrMsg = Encoding.Default.GetBytes(strMsg);