mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:59:03 +08:00
Add Support type settings
CURA-9793
This commit is contained in:
parent
788ab7da1b
commit
c240833868
@ -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…
x
Reference in New Issue
Block a user