chiark / gitweb /
Fix mangrove creation
authornickthetait <tait@alephobjects.com>
Mon, 23 Nov 2015 17:57:23 +0000 (10:57 -0700)
committernickthetait <tait@alephobjects.com>
Mon, 11 Jan 2016 15:32:08 +0000 (08:32 -0700)
Putting things in the correct class is a good idea

Cura/gui/configWizard.py

index ee09b18dbbe14d9b9f59d0494375b59d0e4d4856..4d230336d2fc7c2fe776801af64fe1f47f0c69d4 100644 (file)
@@ -1537,6 +1537,7 @@ class LulzbotChangeToolheadWizard(wx.wizard.Wizard):
                self.lulzbotTaz5NozzleSelectPage = LulzbotTaz5NozzleSelectPage(self)
                self.lulzbotTazBedSelectPage = LulzbotTazBedSelectPage(self)
                self.lulzbotTazSelectPage = LulzbotTazSelectPage(self)
+               self.lulzbotTaz6SelectPage = LulzbotTaz6SelectPage(self)
 
                wx.wizard.WizardPageSimple.Chain(self.lulzbotMiniToolheadPage, self.lulzbotReadyPage)
                wx.wizard.WizardPageSimple.Chain(self.lulzbotTazHotendPage, self.lulzbotTazToolheadPage)
@@ -1605,7 +1606,7 @@ class ConfigWizard(wx.wizard.Wizard):
                self.lulzbotMachineSelectPage = LulzbotMachineSelectPage(self)
                self.lulzbotTazBedSelectPage = LulzbotTazBedSelectPage(self)
                self.lulzbotTazSelectPage = LulzbotTazSelectPage(self)
-               self.lulzbotTaz6SelectPage = LulzbotTaz6ToolheadSelectPage(self)
+               self.lulzbotTaz6SelectPage = LulzbotTaz6SelectPage(self)
                self.lulzbotTaz6ToolheadPage = LulzbotTaz6ToolheadSelectPage(self)
 
                wx.wizard.WizardPageSimple.Chain(self.lulzbotMachineSelectPage, self.lulzbotMiniToolheadPage)