Browse Source

Remove redundant parameters. These will now be overriden by the parent.

CURA-9793
Joey de l'Arago 2 years ago
parent
commit
87ff294990
1 changed files with 0 additions and 5 deletions
  1. 0 5
      resources/qml/ExtruderButton.qml

+ 0 - 5
resources/qml/ExtruderButton.qml

@@ -13,11 +13,6 @@ UM.ToolbarButton
 
 
     property var extruder
     property var extruder
 
 
-    text: catalog.i18ncp("@label %1 is filled in with the name of an extruder", "Print Selected Model with %1", "Print Selected Models with %1", UM.Selection.selectionCount).arg(extruder.name)
-
-    checked: Cura.ExtruderManager.selectedObjectExtruders.indexOf(extruder.id) != -1
-    enabled: UM.Selection.hasSelection && extruder.stack.isEnabled
-
     toolItem: ExtruderIcon
     toolItem: ExtruderIcon
     {
     {
         materialColor: extruder.color
         materialColor: extruder.color