chiark / gitweb /
Set machine dimensions
[cura.git] / Cura / gui / configWizard.py
index 4d230336d2fc7c2fe776801af64fe1f47f0c69d4..9a6b1a73e51da1d686d2cc60f2e2b3a837febbae 100644 (file)
@@ -1544,7 +1544,8 @@ class LulzbotChangeToolheadWizard(wx.wizard.Wizard):
 
                if profile.getMachineSetting('machine_type').startswith('lulzbot_mini'):
                        self.RunWizard(self.lulzbotMiniToolheadPage)
-               elif profile.getMachineSetting('machine_type').startswith('lulzbot_TAZ_5'):
+               elif profile.getMachineSetting('machine_type').startswith('lulzbot_TAZ_5') or /
+                     profile.getMachineSetting('machine_type').startswith('lulzbot_TAZ_4'):
                        self.RunWizard(self.lulzbotTazHotendPage)
                elif profile.getMachineSetting('machine_type').startswith('lulzbot_TAZ_6'):
                        self.RunWizard(self.lulzbotTaz6ToolheadPage)