Document no longer that pre-heating defaults to 15m

Because that was removed.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-07 17:17:45 +01:00
parent d30430381f
commit 9354a80504
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 2 additions and 4 deletions

View file

@ -245,8 +245,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
#
# \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):
temperature = round(temperature) #The API doesn't allow floating point.