|
@@ -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
|