Switch to prepare stage when starting a new project

Fixes #6596
This commit is contained in:
Jaime van Kessel 2019-11-04 10:44:10 +01:00
parent d25ca84c6c
commit 41d1ef5f93
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

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