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-07 19:17:45 +0300
committerGhostkeeper <rubend@tutanota.com>2017-02-07 19:17:45 +0300
commit9354a80504a03bf4e265468539be9416994fe03e (patch)
tree33dece8b0577bd7dbbec37d4a734b31ffa8f13d6 /cura/PrinterOutputDevice.py
parentd30430381f5e37094aea9a4743861132e4675092 (diff)
Document no longer that pre-heating defaults to 15m
Because that was removed. Contributes to issue CURA-3161.
Diffstat (limited to 'cura/PrinterOutputDevice.py')
-rw-r--r--cura/PrinterOutputDevice.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py
index f7b5ccbe05..3cba132f9a 100644
--- a/cura/PrinterOutputDevice.py
+++ b/cura/PrinterOutputDevice.py
@@ -264,8 +264,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
#
# \param temperature The temperature to heat the bed to, in degrees
# Celsius.
- # \param duration How long the bed should stay warm, in seconds. Defaults
- # to a quarter hour.
+ # \param duration How long the bed should stay warm, in seconds.
@pyqtSlot(float, float)
def preheatBed(self, temperature, duration):
Logger.log("w", "preheatBed is not implemented by this output device.")