chiark / gitweb /
Fix Dual extruder tool head naming to Dual instead of Dually
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 4 Aug 2015 18:46:17 +0000 (14:46 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 4 Aug 2015 18:46:17 +0000 (14:46 -0400)
Cura/gui/configWizard.py

index efb4fb638f7a3b1574cc1f6d9ad6472bbb332072..230287cb400cacb93f717127a629bec8c8c11ef0 100644 (file)
@@ -1306,8 +1306,8 @@ class LulzbotTazToolheadSelectPage(LulzbotToolheadSelectPage):
                        profile.putMachineSetting('extruder_offset_x1', '0.0')
                        profile.putMachineSetting('extruder_offset_y1', '-50.0' if self.version == 2 else '-52.00')
                        profile.putMachineSetting('toolhead', 'Dual Extruder V%d' % self.version)
-                       profile.putMachineSetting('toolhead_shortname', 'Dually v%d' % self.version)
-                       profile.putMachineSetting('machine_type', 'lulzbot_TAZ_%d_DuallyV%d' % version)
+                       profile.putMachineSetting('toolhead_shortname', 'Dual v%d' % self.version)
+                       profile.putMachineSetting('machine_type', 'lulzbot_TAZ_%d_DualV%d' % version)
                elif self.flexydually.GetValue():
                        profile.putProfileSetting('nozzle_size', '0.6')
                        profile.putMachineSetting('extruder_amount', '2')