mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Document no longer that pre-heating defaults to 15m
Because that was removed. Contributes to issue CURA-3161.
This commit is contained in:
parent
d30430381f
commit
9354a80504
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue