mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Remove recommended adhesion selector.
CURA-9793
This commit is contained in:
parent
6d474dfe40
commit
741a112282
@ -33,18 +33,4 @@ RecommendedSettingSection
|
||||
function onEnableSectionChanged(state) {
|
||||
curaRecommendedMode.setAdhesion(state)
|
||||
}
|
||||
|
||||
contents: [
|
||||
RecommendedSettingItem
|
||||
{
|
||||
isCompressed: enableAdhesionRow.isCompressed
|
||||
settingName: catalog.i18nc("@action:label", "Print with")
|
||||
tooltipText: catalog.i18nc("adhesion_extruder_nr description", "The extruder train to use for printing the skirt/brim/raft. This is used in multi-extrusion.")
|
||||
|
||||
settingControl: Cura.SingleSettingExtruderSelectorBar
|
||||
{
|
||||
extruderSettingName: "adhesion_extruder_nr"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user