Process review comments

CURA-7099
This commit is contained in:
Nino van Hooff 2020-01-29 11:28:29 +01:00
parent d4eb463f2d
commit 8c250cfbbc
2 changed files with 11 additions and 13 deletions

View file

@ -474,7 +474,7 @@ class CuraApplication(QtApplication):
"CuraEngineBackend", #Cura is useless without this one since you can't slice.
"FileLogger", #You want to be able to read the log if something goes wrong.
"XmlMaterialProfile", #Cura crashes without this one.
"Toolbox", #This contains the interface to enable/disable plug-ins and the Cloud functionality.
"Toolbox", #This contains the interface to enable/disable plug-ins, so if you disable it you can't enable it back.
"PrepareStage", #Cura is useless without this one since you can't load models.
"PreviewStage", #This shows the list of the plugin views that are installed in Cura.
"MonitorStage", #Major part of Cura's functionality.