mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Remove recommended adhesion selector.
CURA-9793
This commit is contained in:
parent
6d474dfe40
commit
741a112282
1 changed files with 0 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue