mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 17:24:21 +08:00
Added a few plugins to required list
This commit is contained in:
parent
832d693da3
commit
786a4565b7
@ -182,7 +182,10 @@ class CuraApplication(QtApplication):
|
|||||||
"SelectionTool",
|
"SelectionTool",
|
||||||
"CameraTool",
|
"CameraTool",
|
||||||
"GCodeWriter",
|
"GCodeWriter",
|
||||||
"LocalFileOutputDevice"
|
"LocalFileOutputDevice",
|
||||||
|
"TranslateTool",
|
||||||
|
"FileLogger",
|
||||||
|
"XmlMaterialProfile"
|
||||||
])
|
])
|
||||||
self._physics = None
|
self._physics = None
|
||||||
self._volume = None
|
self._volume = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user