Cura/cura/PrinterOutput
c.lamboo 0e1262126a Fix memory leak issues in minitor page
Issue was that QT (incorrectly?) asserted that there was a binding loop between width and height in the `NetworkMJPGImage` component. This caused the height to evalualte to `infinity`, making QT create a buffer with an infinite amount of memory. Solved by calculating a serpeate `img_scale_factor` which both the width and height uses.

CURA-11180
2023-10-19 11:53:41 +02:00
..
Models Use modern python typing 2022-09-12 17:04:40 +02: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
GenericOutputController.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
NetworkedPrinterOutputDevice.py Fix enum to FormDataType 2022-04-11 13:23:03 +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 Reverse sorting, newer machines on top. 2022-10-20 10:24:01 +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