chiark / gitweb /
Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets...
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 2 Jun 2015 17:36:31 +0000 (13:36 -0400)
committernickthetait <tait@alephobjects.com>
Tue, 2 Jun 2015 18:34:07 +0000 (12:34 -0600)
Cura/gui/configWizard.py

index 7b45bf986bb098da1f6ef42a0829bd231c4eab0b..9d32649df280a6c97d78fd126b31c0b3fac49382 100644 (file)
@@ -1087,7 +1087,6 @@ class ConfigWizard(wx.wizard.Wizard):
                wx.wizard.WizardPageSimple.Chain(self.printrbotSelectType, self.otherMachineInfoPage)
                wx.wizard.WizardPageSimple.Chain(self.otherMachineSelectPage, self.customRepRapInfoPage)
                wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.lulzbotReadyPage)
-               wx.wizard.WizardPageSimple.Chain(self.taz5NozzleSelectPage, self.lulzbotReadyPage)
 
                self.FitToPage(self.machineSelectPage)
                self.GetPageAreaSizer().Add(self.machineSelectPage)