mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Hide linked settings icon for single extrusion printers
CURA-2020
This commit is contained in:
parent
a1885fc4fe
commit
ed1d12d21d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ Item {
|
||||||
{
|
{
|
||||||
id: linkedSettingIcon;
|
id: linkedSettingIcon;
|
||||||
|
|
||||||
visible: base.settablePerExtruder != "True" && base.showLinkedSettingIcon
|
visible: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId && base.settablePerExtruder != "True" && base.showLinkedSettingIcon
|
||||||
|
|
||||||
height: parent.height;
|
height: parent.height;
|
||||||
width: height;
|
width: height;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue