mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Modify the suggestion message when a material is not compatible with the
buildplate to only use glue but not adhesion sheets.
This commit is contained in:
parent
4167f81e3b
commit
543128e28c
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ Column
|
||||||
y: -Math.round(UM.Theme.getSize("sidebar_margin").height / 3)
|
y: -Math.round(UM.Theme.getSize("sidebar_margin").height / 3)
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
width: parent.width - materialCompatibilityLink.width
|
width: parent.width - materialCompatibilityLink.width
|
||||||
text: catalog.i18nc("@label", "Use adhesion sheet or glue with this material combination")
|
text: catalog.i18nc("@label", "Use glue with this material combination")
|
||||||
font: UM.Theme.getFont("very_small")
|
font: UM.Theme.getFont("very_small")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
visible: buildplateCompatibilityError || buildplateCompatibilityWarning
|
visible: buildplateCompatibilityError || buildplateCompatibilityWarning
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue