mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Changed setBed temp to target bed temp
CURA-1339
This commit is contained in:
parent
92c0c4b637
commit
6909ed8765
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ Item
|
||||||
bedTempStatus.text = catalog.i18nc("@info:status","Works")
|
bedTempStatus.text = catalog.i18nc("@info:status","Works")
|
||||||
wizardPage.checkupProgress.bedTemp = true
|
wizardPage.checkupProgress.bedTemp = true
|
||||||
checkTotalCheckUp()
|
checkTotalCheckUp()
|
||||||
printer_connection.setBedTemperature(0)
|
printer_connection.setTargetBedTemperature(0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue