mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Mark disabled extruders when saving project
This commit is contained in:
parent
74b5af3edd
commit
80719d4724
@ -177,6 +177,7 @@ UM.Dialog
|
|||||||
return catalog.i18nc("@action:label", "Extruder %1").arg(extruder_id)
|
return catalog.i18nc("@action:label", "Extruder %1").arg(extruder_id)
|
||||||
}
|
}
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
enabled: modelData.isEnabled
|
||||||
}
|
}
|
||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
@ -194,6 +195,7 @@ UM.Dialog
|
|||||||
return catalog.i18nc("@action:label", "Material")
|
return catalog.i18nc("@action:label", "Material")
|
||||||
}
|
}
|
||||||
width: Math.floor(scroll.width / 3) | 0
|
width: Math.floor(scroll.width / 3) | 0
|
||||||
|
enabled: modelData.isEnabled
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
@ -205,7 +207,7 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
return materialName
|
return materialName
|
||||||
}
|
}
|
||||||
|
enabled: modelData.isEnabled
|
||||||
width: Math.floor(scroll.width / 3) | 0
|
width: Math.floor(scroll.width / 3) | 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user