mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Change "Bed"/"Platform" to "Build Plate"
UXD-76
This commit is contained in:
parent
505da1a9a7
commit
85a58a22cb
7 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@ catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
class BedLevelMachineAction(MachineAction):
|
class BedLevelMachineAction(MachineAction):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__("BedLevel", catalog.i18nc("@action", "Level bed"))
|
super().__init__("BedLevel", catalog.i18nc("@action", "Level build plate"))
|
||||||
self._qml_url = "BedLevelMachineAction.qml"
|
self._qml_url = "BedLevelMachineAction.qml"
|
||||||
self._bed_level_position = 0
|
self._bed_level_position = 0
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ Cura.MachineAction
|
||||||
{
|
{
|
||||||
id: pageTitle
|
id: pageTitle
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: catalog.i18nc("@title", "Bed Leveling")
|
text: catalog.i18nc("@title", "Build Plate Leveling")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font.pointSize: 18;
|
font.pointSize: 18;
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ Cura.MachineAction
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label", "For every position; insert a piece of paper under the nozzle and adjust the print bed height. The print bed height is right when the paper is slightly gripped by the tip of the nozzle.")
|
text: catalog.i18nc("@label", "For every position; insert a piece of paper under the nozzle and adjust the print build plate height. The print build plate height is right when the paper is slightly gripped by the tip of the nozzle.")
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
@ -59,7 +59,7 @@ Cura.MachineAction
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
id: startBedLevelingButton
|
id: startBedLevelingButton
|
||||||
text: catalog.i18nc("@action:button","Start Bed Leveling")
|
text: catalog.i18nc("@action:button","Start Build Plate Leveling")
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
startBedLevelingButton.visible = false;
|
startBedLevelingButton.visible = false;
|
||||||
|
|
|
@ -42,7 +42,7 @@ Cura.MachineAction
|
||||||
anchors.top: pageDescription.bottom
|
anchors.top: pageDescription.bottom
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
text: catalog.i18nc("@label", "Heated bed (official kit or self-built)")
|
text: catalog.i18nc("@label", "Heated Build Plate (official kit or self-built)")
|
||||||
checked: manager.hasHeatedBed
|
checked: manager.hasHeatedBed
|
||||||
onClicked: checked ? manager.addHeatedBed() : manager.removeHeatedBed()
|
onClicked: checked ? manager.addHeatedBed() : manager.removeHeatedBed()
|
||||||
}
|
}
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
},
|
},
|
||||||
"platform_adhesion":
|
"platform_adhesion":
|
||||||
{
|
{
|
||||||
"label": "Platform Adhesion",
|
"label": "Build Plate Adhesion",
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"icon": "category_adhesion",
|
"icon": "category_adhesion",
|
||||||
"description": "Adhesion",
|
"description": "Adhesion",
|
||||||
|
|
|
@ -127,8 +127,8 @@
|
||||||
},
|
},
|
||||||
"machine_heated_bed":
|
"machine_heated_bed":
|
||||||
{
|
{
|
||||||
"label": "Has heated bed",
|
"label": "Has heated build plate",
|
||||||
"description": "Whether the machine has a heated bed present.",
|
"description": "Whether the machine has a heated build plate present.",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
@ -1086,7 +1086,7 @@
|
||||||
},
|
},
|
||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
"label": "Build Plate 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 build plate. Set at 0 to pre-heat the printer manually.",
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 60,
|
"default_value": 60,
|
||||||
|
@ -1569,7 +1569,7 @@
|
||||||
"max_feedrate_z_override":
|
"max_feedrate_z_override":
|
||||||
{
|
{
|
||||||
"label": "Maximum Z Speed",
|
"label": "Maximum Z Speed",
|
||||||
"description": "The maximum speed with which the bed is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.",
|
"description": "The maximum speed with which the build plate is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
@ -2632,7 +2632,7 @@
|
||||||
},
|
},
|
||||||
"platform_adhesion":
|
"platform_adhesion":
|
||||||
{
|
{
|
||||||
"label": "Platform Adhesion",
|
"label": "Build Plate Adhesion",
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"icon": "category_adhesion",
|
"icon": "category_adhesion",
|
||||||
"description": "Adhesion",
|
"description": "Adhesion",
|
||||||
|
@ -2666,7 +2666,7 @@
|
||||||
},
|
},
|
||||||
"adhesion_type":
|
"adhesion_type":
|
||||||
{
|
{
|
||||||
"label": "Platform Adhesion Type",
|
"label": "Build Plate Adhesion Type",
|
||||||
"description": "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model.",
|
"description": "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your model to prevent warping. Raft adds a thick grid with a roof below the model. Skirt is a line printed around the model, but not connected to the model.",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options":
|
"options":
|
||||||
|
@ -2855,7 +2855,7 @@
|
||||||
"raft_interface_line_width":
|
"raft_interface_line_width":
|
||||||
{
|
{
|
||||||
"label": "Raft Middle Line Width",
|
"label": "Raft Middle Line Width",
|
||||||
"description": "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the bed.",
|
"description": "Width of the lines in the middle raft layer. Making the second layer extrude more causes the lines to stick to the build plate.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.7,
|
"default_value": 0.7,
|
||||||
|
@ -2883,7 +2883,7 @@
|
||||||
"raft_base_thickness":
|
"raft_base_thickness":
|
||||||
{
|
{
|
||||||
"label": "Raft Base Thickness",
|
"label": "Raft Base Thickness",
|
||||||
"description": "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer bed.",
|
"description": "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.3,
|
"default_value": 0.3,
|
||||||
|
@ -2897,7 +2897,7 @@
|
||||||
"raft_base_line_width":
|
"raft_base_line_width":
|
||||||
{
|
{
|
||||||
"label": "Raft Base Line Width",
|
"label": "Raft Base Line Width",
|
||||||
"description": "Width of the lines in the base raft layer. These should be thick lines to assist in bed adhesion.",
|
"description": "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.8,
|
"default_value": 0.8,
|
||||||
|
@ -3170,7 +3170,7 @@
|
||||||
{
|
{
|
||||||
"adhesion_extruder_nr":
|
"adhesion_extruder_nr":
|
||||||
{
|
{
|
||||||
"label": "Platform Adhesion Extruder",
|
"label": "Build Plate Adhesion Extruder",
|
||||||
"description": "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.",
|
"description": "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.",
|
||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
"default_value": "0",
|
"default_value": "0",
|
||||||
|
|
|
@ -244,7 +244,7 @@ Item
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: deleteAllAction;
|
id: deleteAllAction;
|
||||||
text: catalog.i18nc("@action:inmenu menubar:edit","&Clear Build Platform");
|
text: catalog.i18nc("@action:inmenu menubar:edit","&Clear Build Plate");
|
||||||
enabled: UM.Controller.toolsEnabled;
|
enabled: UM.Controller.toolsEnabled;
|
||||||
iconName: "edit-delete";
|
iconName: "edit-delete";
|
||||||
shortcut: "Ctrl+D";
|
shortcut: "Ctrl+D";
|
||||||
|
|
|
@ -216,7 +216,7 @@ Item
|
||||||
anchors.verticalCenter: brimCheckBox.verticalCenter
|
anchors.verticalCenter: brimCheckBox.verticalCenter
|
||||||
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
width: parent.width / 100 * 35 - 3 * UM.Theme.getSize("default_margin").width
|
||||||
//: Bed adhesion label
|
//: Bed adhesion label
|
||||||
text: catalog.i18nc("@label:listbox", "Bed Adhesion:");
|
text: catalog.i18nc("@label:listbox", "Build Plate Adhesion:");
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue