From: Youness Alaoui Date: Thu, 27 Aug 2015 15:52:41 +0000 (-0400) Subject: Go to the ready page after firmware flashing is done. X-Git-Tag: lulzbot-15.02.1-2.04~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=266e48d2f9ed2a3c7600a62dd9efb24bd6bc73e7;p=cura.git Go to the ready page after firmware flashing is done. Fixes T214 --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index aaddabb3..04ff6cc8 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,