mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-27 09:49:44 -07:00
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 |
||
|---|---|---|
| .. | ||
| Models | ||
| __init__.py | ||
| FirmwareUpdater.py | ||
| GenericOutputController.py | ||
| NetworkedPrinterOutputDevice.py | ||
| NetworkMJPGImage.py | ||
| Peripheral.py | ||
| PrinterOutputController.py | ||
| PrinterOutputDevice.py | ||
| PrintJobOutputModel.py | ||
| UploadMaterialsJob.py | ||