Cura/cura/PrinterOutput
Ghostkeeper c5eb3b0e25
Allow floating point in bed temperature
This is consistent with the hotend temperature. Only we round it just before outputting it to g-code because the g-code doesn't support it.
This fixes a typing error that my IDE gave me.
2019-01-28 13:35:22 +01:00
..
__init__.py Added first stubs for printer output models 2017-11-17 15:05:08 +01:00
ConfigurationModel.py Mark PrinterOutputDevice without printer type as invalid 2019-01-11 17:52:28 +01: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 Allow floating point in bed temperature 2019-01-28 13:35:22 +01:00
MaterialOutputModel.py LegacyUM3 now handles warnings & errors again 2017-11-23 13:37:59 +01:00
NetworkedPrinterOutputDevice.py Use toolpath instead of mesh, some review fixes 2019-01-11 16:18:47 +01:00
NetworkMJPGImage.py Fix typing and typos 2018-10-29 11:18:54 +01:00
PrinterOutputController.py Allow floating point in bed temperature 2019-01-28 13:35:22 +01:00
PrinterOutputModel.py Allow floating point in bed temperature 2019-01-28 13:35:22 +01:00
PrintJobOutputModel.py Fix a possible division by zero error 2018-12-05 19:31:58 +01:00