Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcura/CuraApplication.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index de29e56130..766d49fcea 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -1758,10 +1758,6 @@ class CuraApplication(QtApplication):
is_project_file = self.checkIsValidProjectFile(file)
- if is_project_file is False:
- # The file isn't a valid project file so abort reading it.
- return
-
if project_mode is None:
project_mode = self.getPreferences().getValue("cura/choice_on_open_project")