Ghostkeeper
0da7ad3946
Use material.fdm_material.xml.sig for signature file names
...
Just put the .sig after the entire file instead of replacing the extension.
Contributes to issue CURA-5034.
2018-06-11 16:01:16 +02:00
Ghostkeeper
abf77da4c4
Send to cluster API
...
Not the normal printer API. That won't work without authentication.
Contributes to issue CURA-5034.
2018-06-11 16:01:16 +02:00
Ghostkeeper
4e46963f58
Also send signature file if it exists
...
The files are not placed there yet when unpacking a package, as far as I know. Next time.
Contributes to issue CURA-5034.
2018-06-08 16:07:17 +02:00
Ghostkeeper
4727340ae4
Send only original files
...
When we re-serialize them, the XML file will not be exactly the same so the signature will fail to match. We need to send the original bytes.
This changes the behaviour: It now sends all non-default files instead of all files that were loaded fully.
Contributes to issue CURA-5034.
2018-06-08 16:02:00 +02:00
Ghostkeeper
ddb80be1ec
Send materials asynchronously
...
This way we won't block the interface while those materials are sending.
Contributes to issue CURA-5034.
2018-06-08 15:06:06 +02:00