From 5a0856ca654241dafe3c3df94359757ae2e395eb Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Tue, 4 Aug 2015 14:46:17 -0400 Subject: [PATCH] Fix Dual extruder tool head naming to Dual instead of Dually --- Cura/gui/configWizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index efb4fb63..230287cb 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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') -- 2.30.2