From: Youness Alaoui Date: Fri, 29 May 2015 17:01:58 +0000 (-0400) Subject: Do not reset the chain to lulzbotReady Page if we go back X-Git-Tag: lulzbot-15.02.1-1.01~2^2~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1130b9ba3f125b977b54cb579ba3845470a33d91;p=cura.git Do not reset the chain to lulzbotReady Page if we go back --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 67404b82..239a2e8f 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -426,7 +426,6 @@ class MachineSelectPage(InfoPage): wx.wizard.WizardPageSimple.Chain(self, self.GetParent().otherMachineSelectPage) def AllowNext(self): - wx.wizard.WizardPageSimple.Chain(self, self.GetParent().lulzbotReadyPage) return True def StoreData(self):