Cura/cura/PrinterOutput
Lipu Fei 9d07409cce WIP: Use CameraView for UM camera feeds
CURA-5821

The original implementation that refreshes a QImage seems to cause
memory overflow on MacOSX and Windows. This is a different
implementation. It doesn't cause memory overflow, but it does consume a
lot of CPU power.
2018-10-24 16:00:22 +02:00
..
__init__.py Added first stubs for printer output models 2017-11-17 15:05:08 +01:00
CameraView.py WIP: Add custom CameraView for UM camera feed 2018-10-24 15:44:19 +02:00
ConfigurationModel.py Fixed typo 2018-09-27 15:42:12 +02:00
ExtruderConfigurationModel.py Add typings and fix code style 2018-09-06 16:57:45 +02:00
ExtruderOutputModel.py Add typings and fix code style 2018-09-06 16:57:45 +02:00
FirmwareUpdater.py Move updateFirmware to PrinterOutputDevice... 2018-10-09 16:26:45 +02:00
GenericOutputController.py Move updateFirmware to PrinterOutputDevice... 2018-10-09 16:26:45 +02:00
MaterialOutputModel.py LegacyUM3 now handles warnings & errors again 2017-11-23 13:37:59 +01:00
NetworkCamera.py WIP: Use CameraView for UM camera feeds 2018-10-24 16:00:22 +02:00
NetworkedPrinterOutputDevice.py Remove code duplication for recreate network timer 2018-10-12 11:09:46 +02:00
PrinterOutputController.py Fix incorrect typing and issues caused by typing 2018-09-28 13:40:39 +02:00
PrinterOutputModel.py Fix typing in PrinterOutputModel 2018-10-19 09:58:06 +02:00
PrintJobOutputModel.py Merge pull request #4436 from Ultimaker/clean_print_job_info_block 2018-10-24 12:29:46 +02:00