Browse Source

Remove recommended adhesion selector.

CURA-9793
Joey de l'Arago 2 years ago
parent
commit
741a112282

+ 0 - 14
resources/qml/PrintSetupSelector/Recommended/RecommendedAdhesionSelector.qml

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