mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Added a few plugins to required list
This commit is contained in:
parent
832d693da3
commit
786a4565b7
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue