mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Change "Bed Temperature" to "Build Plate Temperature"
UXD-80
This commit is contained in:
parent
885acb49dc
commit
2963a64fc2
3 changed files with 5 additions and 5 deletions
|
@ -220,7 +220,7 @@ Cura.MachineAction
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: nozzleTempLabel.bottom
|
anchors.top: nozzleTempLabel.bottom
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label","Bed temperature check:")
|
text: catalog.i18nc("@label","Build plate temperature check:")
|
||||||
visible: checkupMachineAction.usbConnected && manager.hasHeatedBed
|
visible: checkupMachineAction.usbConnected && manager.hasHeatedBed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
},
|
},
|
||||||
"material_bed_temp_wait":
|
"material_bed_temp_wait":
|
||||||
{
|
{
|
||||||
"label": "Wait for bed heatup",
|
"label": "Wait for build plate heatup",
|
||||||
"description": "Whether to insert a command to wait until the bed temperature is reached at the start.",
|
"description": "Whether to insert a command to wait until the build plate temperature is reached at the start.",
|
||||||
"default_value": true,
|
"default_value": true,
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
@ -1085,7 +1085,7 @@
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
},
|
},
|
||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
"label": "Bed Temperature",
|
"label": "Build Plate Temperature",
|
||||||
"description": "The temperature used for the heated bed. Set at 0 to pre-heat the printer manually.",
|
"description": "The temperature used for the heated bed. Set at 0 to pre-heat the printer manually.",
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
|
|
@ -44,7 +44,7 @@ Column
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
{
|
{
|
||||||
sourceComponent: monitorItem
|
sourceComponent: monitorItem
|
||||||
property string label: catalog.i18nc("@label", "Bed Temperature")
|
property string label: catalog.i18nc("@label", "Build plate")
|
||||||
property string value: printerConnected ? Math.round(connectedPrinter.bedTemperature) + "°C" : ""
|
property string value: printerConnected ? Math.round(connectedPrinter.bedTemperature) + "°C" : ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue