Cura/plugins/UM3NetworkPrinting/src/Cloud
Ghostkeeper 0477ba44b2
Encode capabilities as comma-separated list
Previously it was encoded as a stringified Python list of strings, which is much harder to parse.
This would go wrong if any of these capabilities have a comma in them, but I think that would be bad practice for keywords like this anyway.

Contributes to issue CURA-8671.
2021-12-03 13:25:41 +01:00
..
__init__.py CloudOutputDevice scaffolding 2018-11-19 20:08:05 +01:00
CloudApiClient.py Allow for a callback when the HttpRequestManager doesn't catch the error 2020-10-13 17:31:53 +02:00
CloudOutputDevice.py Fix crashing when clicking the "Manage in browser" 2021-08-12 09:51:27 +02:00
CloudOutputDeviceManager.py Encode capabilities as comma-separated list 2021-12-03 13:25:41 +01:00
ToolPathUploader.py Fix crashing if QNetworkReply contains no status code 2020-09-24 12:08:16 +02:00