mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove redundant parameters. These will now be overriden by the parent.
CURA-9793
This commit is contained in:
parent
3682918efa
commit
87ff294990
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue