|
@@ -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"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
}
|