Cura/cura/PrinterOutput
Remco Burema 767b1f6c19 Early-out when printer-type hasn't any printers.
This would otherwise search in, and process the result of, _all_ variants, since the 'id' would be empty.
This could actually happen w.r.t. searching dealing with abstract printers, which could slow down the process enough that the entire UI becomes very stuttery for users. (But mostly only for the old Makerbot Method-series printers ... somehow.)

1st (and hopefully last) attempt at fixing CURA-12835 (and if we're lucky, some other seemingly related issues).
2026-01-21 13:55:56 +01:00
..
Models Early-out when printer-type hasn't any printers. 2026-01-21 13:55: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 mapping for new nylon material 2025-09-19 12:09:09 +02: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