mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Don't display layer height before a printer is added
Contributes to issue CURA-4357, somewhat.
This commit is contained in:
parent
0183616b8f
commit
bf6c6891c4
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ Item
|
|||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height / 2
|
||||
color: UM.Theme.getColor("text")
|
||||
text: Cura.ProfilesModel.getItem(index).layer_height_without_unit
|
||||
text: Cura.MachineManager.activeMachine != null ? Cura.ProfilesModel.getItem(index).layer_height_without_unit : ""
|
||||
|
||||
width: 1
|
||||
x:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue