modifications on the string sent to the streamer, streaming from the webapp now works
This commit is contained in:
@@ -104,7 +104,7 @@ def getText():
|
||||
gcode_file.write(gcode_output)
|
||||
|
||||
print("Streaming ...")
|
||||
stream_gcode_websocket(gcode_output) #envoi du gcode généré au plotter
|
||||
stream_gcode_websocket(gcode_output.split("\n")) #envoi du gcode généré au plotter
|
||||
|
||||
print(f"G-code saved to {gcode_filename}")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user