mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +08:00
Only show line-starts in non-legacy OpenGL mode.
CURA-7981
This commit is contained in:
parent
85dea31e04
commit
1e155662d9
@ -251,12 +251,15 @@ Cura.ExpandableComponent
|
|||||||
preference: "layerview/show_infill",
|
preference: "layerview/show_infill",
|
||||||
colorId: "layerview_infill"
|
colorId: "layerview_infill"
|
||||||
});
|
});
|
||||||
typesLegendModel.append({
|
if (! UM.SimulationView.compatibilityMode)
|
||||||
label: catalog.i18nc("@label", "Starts"),
|
{
|
||||||
initialValue: viewSettings.show_starts,
|
typesLegendModel.append({
|
||||||
preference: "layerview/show_starts",
|
label: catalog.i18nc("@label", "Starts"),
|
||||||
colorId: "layerview_starts"
|
initialValue: viewSettings.show_starts,
|
||||||
});
|
preference: "layerview/show_starts",
|
||||||
|
colorId: "layerview_starts"
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user