mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Initial layer view color mode -> legend. CURA-3321
This commit is contained in:
parent
bdd07bd160
commit
e89b1afa2c
2 changed files with 2 additions and 2 deletions
2
plugins/LayerView/LayerView.qml
Normal file → Executable file
2
plugins/LayerView/LayerView.qml
Normal file → Executable file
|
@ -40,7 +40,7 @@ Item
|
|||
property bool show_helpers: UM.Preferences.getValue("layerview/show_helpers")
|
||||
property bool show_skin: UM.Preferences.getValue("layerview/show_skin")
|
||||
property bool show_infill: UM.Preferences.getValue("layerview/show_infill")
|
||||
property bool show_legend: false
|
||||
property bool show_legend: UM.LayerView.compatibilityMode || UM.Preferences.getValue("layerview/layer_view_type") == 1
|
||||
property bool only_show_top_layers: UM.Preferences.getValue("view/only_show_top_layers")
|
||||
property int top_layer_count: UM.Preferences.getValue("view/only_show_top_layers")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue