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