UnitTest aktualisieren

This commit is contained in:
ChK
2026-04-23 20:45:49 +02:00
parent a16eb53aeb
commit 355925ebb4
8 changed files with 1660 additions and 16 deletions

View File

@@ -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;