From 68310a35be1687467d62a4974a2b18b1bb7debab Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 29 May 2015 13:01:58 -0400 Subject: [PATCH] Do not reset the chain to lulzbotReady Page if we go back --- Cura/gui/configWizard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 1431d791..45b7885d 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): -- 2.30.2