Command - Weitergeben

This commit is contained in:
ChK
2026-04-22 22:06:45 +02:00
parent dbe81ff8ec
commit e7c9aad066
3 changed files with 11 additions and 3 deletions

View File

@@ -175,6 +175,7 @@
ws.send(JSON.stringify({
type: "jog",
axis: axis,
relative: true,
value: value
}));
}