From: Youness Alaoui Date: Tue, 2 Jun 2015 17:36:31 +0000 (-0400) Subject: Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets... X-Git-Tag: lulzbot-15.02.1-1.01~2^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e29dd1cae06d56026d16384e48d74997dadd7d11;p=cura.git Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets selected --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 7b45bf98..9d32649d 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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)