mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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")
|
||||
wizardPage.checkupProgress.bedTemp = true
|
||||
checkTotalCheckUp()
|
||||
printer_connection.setBedTemperature(0)
|
||||
printer_connection.setTargetBedTemperature(0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue