From 1130b9ba3f125b977b54cb579ba3845470a33d91 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 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): -- 2.30.2