From cf61059449c1c0b317ffa93f776ff2b1a035a470 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 9 May 2018 14:19:30 +0200 Subject: [PATCH] CURA-5296 added version upgrades to required plugins --- cura/CuraApplication.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index d490b1cfbf..0bbfcf6b97 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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