Delete old 'Toolbox' in favour of new Marketplace.

part of CURA-8588
This commit is contained in:
Remco Burema 2021-12-30 11:51:54 +01:00
parent cf7772a40a
commit b794ad6ed2
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
55 changed files with 8 additions and 4822 deletions

View file

@ -493,7 +493,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, so if you disable it you can't enable it back.
"Marketplace", #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.