mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Only show line-starts in non-legacy OpenGL mode.
CURA-7981
This commit is contained in:
parent
85dea31e04
commit
1e155662d9
1 changed files with 9 additions and 6 deletions
|
@ -251,6 +251,8 @@ Cura.ExpandableComponent
|
||||||
preference: "layerview/show_infill",
|
preference: "layerview/show_infill",
|
||||||
colorId: "layerview_infill"
|
colorId: "layerview_infill"
|
||||||
});
|
});
|
||||||
|
if (! UM.SimulationView.compatibilityMode)
|
||||||
|
{
|
||||||
typesLegendModel.append({
|
typesLegendModel.append({
|
||||||
label: catalog.i18nc("@label", "Starts"),
|
label: catalog.i18nc("@label", "Starts"),
|
||||||
initialValue: viewSettings.show_starts,
|
initialValue: viewSettings.show_starts,
|
||||||
|
@ -259,6 +261,7 @@ Cura.ExpandableComponent
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue