Hide linked settings icon for single extrusion printers

CURA-2020
This commit is contained in:
fieldOfView 2016-07-29 17:43:38 +02:00
parent a1885fc4fe
commit ed1d12d21d

View file

@ -138,7 +138,7 @@ Item {
{
id: linkedSettingIcon;
visible: base.settablePerExtruder != "True" && base.showLinkedSettingIcon
visible: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId && base.settablePerExtruder != "True" && base.showLinkedSettingIcon
height: parent.height;
width: height;