Cura/cura/PrinterOutput
Remco Burema 115d2d5b77 Fix 2 calls w.r.t. new authorization workflow _outside_ of the API.
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
2025-09-10 10:23:14 +02:00
..
Models Warn for mismatched cores on multi-config printers. 2025-01-22 21:16:56 +01:00
__init__.py Added first stubs for printer output models 2017-11-17 15:05:08 +01:00
FirmwareUpdater.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
FormatMaps.py Add missing Sketch printers extruders name mapping 2025-02-05 14:22:23 +01:00
GenericOutputController.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
NetworkedPrinterOutputDevice.py Fix 2 calls w.r.t. new authorization workflow _outside_ of the API. 2025-09-10 10:23:14 +02:00
NetworkMJPGImage.py Fix memory leak issues in minitor page 2023-10-19 11:53:41 +02:00
Peripheral.py Use dataclasses for Peripheral 2022-07-31 11:46:03 +02:00
PrinterOutputController.py Move models around again 2019-03-26 08:29:22 +01:00
PrinterOutputDevice.py Replace "cloudActive" property by generic "active" 2025-06-30 09:53:54 +02:00
PrintJobOutputModel.py Fix typo in a log warning message 2019-05-16 12:04:26 +02:00
UploadMaterialsJob.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00