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

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-28 16:36:14 +01:00
parent 3682918efa
commit 87ff294990

View file

@ -13,11 +13,6 @@ UM.ToolbarButton
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
{
materialColor: extruder.color