Document preheatBedTimeout

Must've slipped through the cracks.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-09 09:32:14 +01:00
parent 4013b50063
commit c5655d4d8c
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -203,7 +203,9 @@ class PrinterOutputDevice(QObject, OutputDevice):
self._target_bed_temperature = temperature self._target_bed_temperature = temperature
self.targetBedTemperatureChanged.emit() self.targetBedTemperatureChanged.emit()
## ## The duration of the time-out to pre-heat the bed, in seconds.
#
# \return The duration of the time-out to pre-heat the bed, in seconds.
@pyqtProperty(int) @pyqtProperty(int)
def preheatBedTimeout(self): def preheatBedTimeout(self):
return self._preheat_bed_timeout return self._preheat_bed_timeout