Cura/plugins/UM3NetworkPrinting/src
Jaime van Kessel b2b10f693d
Rate limit the sending of materials to networked ultimakers
Some ultimakers tend to choke if you try and send a lot of materials in one go.

Previously we would also always send the materials on the main thread, which would also make
the interface freeze a bit. That should no longer happen.

The implementation of this is not really great, but since this is a hotfix i've opted to change
as little as possible.

CURA-8224
2021-05-06 15:43:39 +02:00
..
Cloud Process supposed to stop when already sending a job. 2021-04-15 16:53:01 +02:00
Messages Improve logging, UX for cloud-upload-errors. 2021-04-14 14:30:42 +02:00
Models Fix case where constraints is None 2021-02-25 12:20:32 +01:00
Network Rate limit the sending of materials to networked ultimakers 2021-05-06 15:43:39 +02:00
__init__.py Fix running automated tests on Python 3.6 2019-02-08 09:50:20 +01:00
ClusterOutputController.py Fix copyright year to 2019 2019-08-02 15:09:37 +02:00
ExportFileJob.py Filter out disallowed characters from job name 2021-04-14 16:56:17 +02:00
MeshFormatHandler.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
UltimakerNetworkedPrinterAction.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
UltimakerNetworkedPrinterOutputDevice.py Dont immediately show the "not a group host" message 2020-10-16 11:45:47 +02:00
UM3OutputDevicePlugin.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
Utils.py Fix copyright year to 2019 2019-08-02 15:09:37 +02:00