UnitTest aktualisieren
This commit is contained in:
@@ -28,7 +28,7 @@ function initInputWS(server, robot, GCode, sharedState) {
|
||||
|
||||
/* ---------- GCode ---------- */
|
||||
if (GCode.containsCommand(message)) {
|
||||
logCommand(sharedState, clientIP, message);
|
||||
console.log("🔵 GCode.receiveGCode: Incoming command: " + message);
|
||||
GCode.receiveGCode(robot, message);
|
||||
broadcast(wss, GCode.getM114(robot));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user