CURA-4609 Minor improvements in Simulation View:

Increase simulation speed.
Hide Layer Thickness option in color scheme.
Hide nozzle when switching layers.
Set the handles in front of the view.
Name changed back to "Layer View"
This commit is contained in:
Diego Prado Gesto 2017-11-23 09:59:34 +01:00
parent 105d7a5615
commit b97ed4c211
3 changed files with 14 additions and 9 deletions

View file

@ -11,7 +11,7 @@ catalog = i18nCatalog("cura")
def getMetaData():
return {
"view": {
"name": catalog.i18nc("@item:inlistbox", "Simulation view"),
"name": catalog.i18nc("@item:inlistbox", "Layer view"),
"view_panel": "SimulationView.qml",
"weight": 2
}