From: Youness Alaoui Date: Fri, 29 May 2015 20:32:14 +0000 (-0400) Subject: new machine wizard: Default machine is the Mini, not the TAZ5 X-Git-Tag: lulzbot-15.02.1-1.01~2^2~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=89f63a348347c06e1465744b4a5d06bd819165c6;p=cura.git new machine wizard: Default machine is the Mini, not the TAZ5 --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 239a2e8f..fb94c7cc 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1085,7 +1085,7 @@ class ConfigWizard(wx.wizard.Wizard): #wx.wizard.WizardPageSimple.Chain(self.ultimakerCalibrationPage, self.ultimakerCalibrateStepsPerEPage) wx.wizard.WizardPageSimple.Chain(self.printrbotSelectType, self.otherMachineInfoPage) wx.wizard.WizardPageSimple.Chain(self.otherMachineSelectPage, self.customRepRapInfoPage) - wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.taz5NozzleSelectPage) + wx.wizard.WizardPageSimple.Chain(self.machineSelectPage, self.lulzbotReadyPage) wx.wizard.WizardPageSimple.Chain(self.taz5NozzleSelectPage, self.lulzbotReadyPage) self.FitToPage(self.machineSelectPage)