Merge remote-tracking branch 'origin/WIP_onboarding_by_ip' into WIP_onboarding_machine_action

This commit is contained in:
Lipu Fei 2019-03-21 08:35:06 +01:00
commit f2d7f93101
3 changed files with 6 additions and 9 deletions

View file

@ -454,7 +454,6 @@ class CuraApplication(QtApplication):
# Misc.:
"ConsoleLogger", #You want to be able to read the log if something goes wrong.
"CuraEngineBackend", #Cura is useless without this one since you can't slice.
# NOTE: User-Agreement is part of the 'onboarding flow' now (See Welcome Pages).
"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, so if you disable it you can't enable it back.