chiark / gitweb /
new machine wizard: Default machine is the Mini, not the TAZ5
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 29 May 2015 20:32:14 +0000 (16:32 -0400)
committernickthetait <tait@alephobjects.com>
Tue, 2 Jun 2015 18:34:07 +0000 (12:34 -0600)
Cura/gui/configWizard.py

index 239a2e8f4c828c352432329a91fda3e37ab2e9a8..fb94c7cc461df5ef4b818898b919ffe537513177 100644 (file)
@@ -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)