Command handeling

This commit is contained in:
ChK
2026-04-22 12:17:48 +02:00
parent 08c0ff6e6e
commit 2505b8e310
4 changed files with 31 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ wss.on("connection", (ws) => {
console.log("Message from WSS: " + msg);
if (data.type === "jog") {
fluid.jog(data.axis, data.value);
fluid.jog(data.relative, data.axis, data.value);
}
if (data.type === "gcode") {