增加主界面快速定位,运动界面,增加单轴JOG
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user