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)
committernickthetait <tait@alephobjects.com>
Tue, 2 Jun 2015 18:34:07 +0000 (12:34 -0600)
Cura/gui/configWizard.py

index 67404b8225c6cae77ad8e7f46f7df5423d872216..239a2e8f4c828c352432329a91fda3e37ab2e9a8 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):