Cura/cura/PrinterOutput
fieldOfView 517428a308 Fix typing error in NetworkedPrinterOutputDevice.post
Strictly speaking the QNetworkManager.post() method takes a QByteArray instead of Python bytes, but according to the PyQt documentation, PyQt handles that conversion transparently:
http://pyqt.sourceforge.net/Docs/PyQt5/gotchas.html#python-strings-qt-strings-and-unicode
2018-10-28 11:27:08 +01:00
..
__init__.py Added first stubs for printer output models 2017-11-17 15:05:08 +01: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 Camera delete now triggers the correct function 2018-01-03 13:44:38 +01:00
NetworkedPrinterOutputDevice.py Fix typing error in NetworkedPrinterOutputDevice.post 2018-10-28 11:27:08 +01: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