mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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: [
|
||||
RecommendedSettingItem
|
||||
{
|
||||
settingName: catalog.i18nc("@action:label", "Support Type")
|
||||
|
||||
settingControl: Cura.SingleSettingComboBox
|
||||
{
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("combobox").height
|
||||
settingName: "support_structure"
|
||||
}
|
||||
},
|
||||
RecommendedSettingItem
|
||||
{
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue