introducing drop to buildplate per model

CURA-10542
This commit is contained in:
saumya.jain 2024-02-09 10:32:39 +01:00
parent 578057f16a
commit e8bdca3dd9
3 changed files with 79 additions and 4 deletions

View file

@ -222,7 +222,7 @@ Item
UM.Label
{
id: toolHint
text: UM.Controller.properties.getValue("ToolHint") != undefined ? UM.ActiveTool.properties.getValue("ToolHint") : ""
text: UM.Controller.properties.getValue("ToolHint") != undefined ? UM.Controller.properties.getValue("ToolHint") : ""
color: UM.Theme.getColor("tooltip_text")
anchors.horizontalCenter: parent.horizontalCenter
}