Claude Ultracode Fixes

This commit is contained in:
chk
2026-06-08 18:17:53 +02:00
parent 7595bae8a1
commit 10d306b7d4
9 changed files with 46 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ function initInputWS(server, robot, GCode, sharedState) {
/* ---------- GCode ---------- */
if (GCode.containsCommand(message)) {
console.log("🔵 GCode.receiveGCode: Incoming command: " + message);
logCommand(sharedState, clientIP, message);
GCode.receiveGCode(robot, message);
broadcast(wss, GCode.getM114(robot));
return;