mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-03 21:30:34 -07:00
Neuter per-object-settings for this build.
Don't merge to main. CURA-12625
This commit is contained in:
parent
3bd25e0ee7
commit
f6d87f6170
1 changed files with 0 additions and 44 deletions
|
|
@ -105,21 +105,6 @@ Item
|
|||
z: 3
|
||||
}
|
||||
|
||||
UM.ToolbarButton
|
||||
{
|
||||
id: overlapMeshButton
|
||||
text: catalog.i18nc("@label", "Modify settings for overlaps")
|
||||
toolItem: UM.ColorImage
|
||||
{
|
||||
source: UM.Theme.getIcon("MeshTypeIntersect")
|
||||
color: UM.Theme.getColor("icon")
|
||||
}
|
||||
property bool needBorder: true
|
||||
checkable:true
|
||||
onClicked: setMeshType(infillMeshType)
|
||||
z: 2
|
||||
}
|
||||
|
||||
UM.ToolbarButton
|
||||
{
|
||||
id: antiOverhangMeshButton
|
||||
|
|
@ -134,7 +119,6 @@ Item
|
|||
onClicked: setMeshType(antiOverhangMeshType)
|
||||
z: 1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
UM.Label
|
||||
|
|
@ -411,34 +395,6 @@ Item
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
id: customiseSettingsButton;
|
||||
height: UM.Theme.getSize("setting_control").height;
|
||||
visible: currentSettings.visible
|
||||
|
||||
text: catalog.i18nc("@action:button", "Select settings");
|
||||
|
||||
onClicked:
|
||||
{
|
||||
settingPickDialog.visible = true;
|
||||
if (currentMeshType === "support_mesh")
|
||||
{
|
||||
settingPickDialog.additional_excluded_settings = base.allCategoriesExceptSupport;
|
||||
}
|
||||
else
|
||||
{
|
||||
settingPickDialog.additional_excluded_settings = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SettingPickDialog
|
||||
{
|
||||
id: settingPickDialog
|
||||
}
|
||||
|
||||
UM.SettingPropertyProvider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue