mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:38:59 +08:00
Document preheatBedTimeout
Must've slipped through the cracks. Contributes to issue CURA-3161.
This commit is contained in:
parent
4013b50063
commit
c5655d4d8c
@ -203,7 +203,9 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
||||
self._target_bed_temperature = temperature
|
||||
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)
|
||||
def preheatBedTimeout(self):
|
||||
return self._preheat_bed_timeout
|
||||
|
Loading…
x
Reference in New Issue
Block a user