mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 08:58:35 -07:00
New rules means we have to put printjobs and such behind a little authentication, as these contain personally identifiable info. These two effected calls where found _outside_ of the API class where I thought to be able to fix it 100%. See also the TODO's in the neighbourhood -- but I'm not sure I can just do what those say (move the relevant methods to the API), as those methods to be moved are _inside_ the larger Cura SDK (and they're public) and the place where I'm meant to move them to (the ClusterAPIClient) is _not_ (as they're in a plugin). part of CURA-12624 |
||
|---|---|---|
| .. | ||
| Models | ||
| __init__.py | ||
| FirmwareUpdater.py | ||
| FormatMaps.py | ||
| GenericOutputController.py | ||
| NetworkedPrinterOutputDevice.py | ||
| NetworkMJPGImage.py | ||
| Peripheral.py | ||
| PrinterOutputController.py | ||
| PrinterOutputDevice.py | ||
| PrintJobOutputModel.py | ||
| UploadMaterialsJob.py | ||