mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 07:11:22 -07:00
Add Support type settings
CURA-9793
This commit is contained in:
parent
788ab7da1b
commit
c240833868
1 changed files with 11 additions and 0 deletions
|
|
@ -53,6 +53,17 @@ RecommendedSettingSection
|
||||||
}
|
}
|
||||||
|
|
||||||
contents: [
|
contents: [
|
||||||
|
RecommendedSettingItem
|
||||||
|
{
|
||||||
|
settingName: catalog.i18nc("@action:label", "Support Type")
|
||||||
|
|
||||||
|
settingControl: Cura.SingleSettingComboBox
|
||||||
|
{
|
||||||
|
width: parent.width
|
||||||
|
height: UM.Theme.getSize("combobox").height
|
||||||
|
settingName: "support_structure"
|
||||||
|
}
|
||||||
|
},
|
||||||
RecommendedSettingItem
|
RecommendedSettingItem
|
||||||
{
|
{
|
||||||
Layout.preferredHeight: childrenRect.height
|
Layout.preferredHeight: childrenRect.height
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue