mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
JSOn rename: Enable Support ==> Generate Support (CURA-2747)
The generate support settings has been renamed because support will still be printed even when it is not generated by the engine, but given by a support mesh
This commit is contained in:
parent
c5bf107be6
commit
7f07be3444
@ -2792,8 +2792,8 @@
|
|||||||
{
|
{
|
||||||
"support_enable":
|
"support_enable":
|
||||||
{
|
{
|
||||||
"label": "Enable Support",
|
"label": "Generate Support",
|
||||||
"description": "Enable support structures. These structures support parts of the model with severe overhangs.",
|
"description": "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
|
@ -232,7 +232,7 @@ Item
|
|||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.verticalCenter: enableSupportCheckBox.verticalCenter
|
anchors.verticalCenter: enableSupportCheckBox.verticalCenter
|
||||||
width: parent.width * .45 - 3 * UM.Theme.getSize("default_margin").width
|
width: parent.width * .45 - 3 * UM.Theme.getSize("default_margin").width
|
||||||
text: catalog.i18nc("@label", "Enable Support");
|
text: catalog.i18nc("@label", "Generate Support");
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
}
|
}
|
||||||
@ -263,7 +263,7 @@ Item
|
|||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
base.showTooltip(enableSupportCheckBox, Qt.point(-enableSupportCheckBox.x, 0),
|
base.showTooltip(enableSupportCheckBox, Qt.point(-enableSupportCheckBox.x, 0),
|
||||||
catalog.i18nc("@label", "Enable support structures. These structures support parts of the model with severe overhangs."));
|
catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing."));
|
||||||
}
|
}
|
||||||
onExited:
|
onExited:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user