mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-05 03:53:59 +08: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
@ -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…
x
Reference in New Issue
Block a user