Note: You can turn off the sending of slice statistics on the General pane of the preferences
Note: You can turn off the sending of slice statistics on the General pane of the preferences
Thanks for the explanation guys. That is a great relief to know!
I was monitoring network traffic using a feature of Kaspersky, Obviously it is incorrectly reporting it (or maybe I'm incorrectly interpreting what it's showing me).
Recommended Posts
nallath 1,124
CuraEngine isn't uploading any data to the interwebs. It's sending data through a local socket to the front end. Your operating system might (incorrectly) see this as network traffic.
The flow is as follows;
1. Cura frontend sends model data to the backend.
2. Backend does a bunch of slicing
3. Backend sends sliced polygons back for visualisation
4. Backend sends g-code back for saving.
Every time you change a setting and wait a bit, this process is repeated.
The anonymous print information is only sent when a file is written to disk / file sent to usb/ etc (so not every slice). At that point it only sends the values of your settings, your operating system, some info on your processor and a hash of the model. All of which are extremely small.
The only data that we ever send to the interwebs is the print data and that is extremely little. Refreshing the ultimaker page will have a greater impact.
Link to post
Share on other sites