mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
CURA-5296 added version upgrades to required plugins
This commit is contained in:
parent
b17685d075
commit
cf61059449
1 changed files with 11 additions and 1 deletions
|
@ -287,7 +287,17 @@ class CuraApplication(QtApplication):
|
|||
"RotateTool",
|
||||
"ScaleTool",
|
||||
"SelectionTool",
|
||||
"TranslateTool"
|
||||
"TranslateTool",
|
||||
|
||||
# Version upgrades:
|
||||
"VersionUpgrade21to22",
|
||||
"VersionUpgrade22to24",
|
||||
"VersionUpgrade25to26",
|
||||
"VersionUpgrade26to27",
|
||||
"VersionUpgrade27to30",
|
||||
"VersionUpgrade30to31",
|
||||
"VersionUpgrade32to33",
|
||||
"VersionUpgrade33to34",
|
||||
])
|
||||
self._physics = None
|
||||
self._volume = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue