Make Solid View a required plugin.

There is no plugin with the id "MeshView"
This commit is contained in:
fieldOfView 2017-09-25 11:28:08 +02:00
parent 5e0052dcb6
commit 7c1de0c0d2

View file

@ -211,7 +211,7 @@ class CuraApplication(QtApplication):
self.setRequiredPlugins([
"CuraEngineBackend",
"MeshView",
"SolidView",
"LayerView",
"STLReader",
"SelectionTool",