fehlendes zeug

This commit is contained in:
chk
2026-03-11 08:16:37 +01:00
parent ab9b0919fb
commit 08c0ff6e6e

View File

@@ -5,10 +5,10 @@ import ssl
websocket.enableTrace(True)
ws = websocket.create_connection(
"wss://localhost:3000",
"wss://fluidncwhite.server.schooltech.ch",
sslopt={"cert_reqs": ssl.CERT_NONE}
)
ws.send(json.dumps({"type": "gcode", "cmd": "G0 x104"}))
ws.send(json.dumps({"type": "gcode", "cmd": "G1 x-33 z43 f3000"}))
ws.close()