This commit is contained in:
Sohel
2024-11-20 17:17:14 +01:00
parent aa14c170c8
commit 09b4990d6d
5404 changed files with 1184888 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ def stream_gcode_websocket(gcode):
"""Streams G-code commands to the WebSocket server."""
global ws
ws = websocket.WebSocket()
ws.connect("ws://192.168.0.1:81") # Replace with your server's address
ws.connect("ws://192.168.8.219:81") # Replace with your server's address
# Start the receiver thread
t = threading.Thread(target=receiver, daemon=True)