Browse Source

Switch to prepare stage when starting a new project

Fixes #6596
Jaime van Kessel 5 years ago
parent
commit
41d1ef5f93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/MainWindow/ApplicationMenu.qml

+ 1 - 0
resources/qml/MainWindow/ApplicationMenu.qml

@@ -129,6 +129,7 @@ Item
         {
             CuraApplication.deleteAll();
             Cura.Actions.resetProfile.trigger();
+            UM.Controller.setActiveStage("PrepareStage")
         }
     }