chiark / gitweb /
Do not reset the chain to lulzbotReady Page if we go back
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 29 May 2015 17:01:58 +0000 (13:01 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 29 May 2015 17:01:58 +0000 (13:01 -0400)
Cura/gui/configWizard.py

index 1431d7916365bc59895b0e281c39f1539bb3fbc3..45b7885dcad6f29b762a56cf9baf4d20d290d8ef 100644 (file)
@@ -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):