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:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-08-27 18:52:41 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-08-27 18:52:41 +0300
commit266e48d2f9ed2a3c7600a62dd9efb24bd6bc73e7 (patch)
tree62050263372f2c0c4a7e007082ca7126d4b0ae69
parent164159b0a9326956b4cbd3c842bb68d1f6b4aae6 (diff)
Go to the ready page after firmware flashing is done.
Fixes T214
-rw-r--r--Cura/gui/configWizard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index aaddabb3cb..04ff6cc846 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1407,6 +1407,7 @@ class LulzbotFirmwareUpdatePage(InfoPage):
def OnUpgradeClick(self, e):
if firmwareInstall.InstallFirmware():
self.GetParent().FindWindowById(wx.ID_FORWARD).Enable()
+ self.GetParent().ShowPage(self.GetNext())
def OnSkipClick(self, e):
dlg = wx.MessageDialog(self,