Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-02-09 11:32:14 +0300
committerGhostkeeper <rubend@tutanota.com>2017-02-09 11:32:14 +0300
commitc5655d4d8c1a3d1c02fd5092202803bae806fc91 (patch)
treec289ce3d2268de436f9a9b592368a56db3162964 /cura/PrinterOutputDevice.py
parent4013b500632f1cca1342910ec9ecba9afacdc484 (diff)
Document preheatBedTimeout
Must've slipped through the cracks. Contributes to issue CURA-3161.
Diffstat (limited to 'cura/PrinterOutputDevice.py')
-rw-r--r--cura/PrinterOutputDevice.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py
index f989bf26cd..c6bc3e8f3d 100644
--- a/cura/PrinterOutputDevice.py
+++ b/cura/PrinterOutputDevice.py
@@ -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