mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:45:52 +08:00
Remove redundant parameters. These will now be overriden by the parent.
CURA-9793
This commit is contained in:
parent
3682918efa
commit
87ff294990
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user