From: Youness Alaoui Date: Fri, 31 Jul 2015 21:00:50 +0000 (-0400) Subject: Fix the flexystruder shortname X-Git-Tag: lulzbot-15.02.1-2.01~53 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fea6f4083175f74f09ebbbd93ae3f1825c411b4b;p=cura.git Fix the flexystruder shortname --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index fb25a406..ab1d3846 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1224,7 +1224,7 @@ class LulzbotMiniToolheadSelectPage(LulzbotToolheadSelectPage): profile.putProfileSetting('nozzle_size', '0.6') profile.putMachineSetting('extruder_amount', '1') profile.putMachineSetting('toolhead', 'Flexystruder V2') - profile.putMachineSetting('toolhead_shortname', 'Flexy') + profile.putMachineSetting('toolhead_shortname', 'Flexystruder') profile.putMachineSetting('machine_type', 'lulzbot_mini_flexystruder') @@ -1297,7 +1297,7 @@ class LulzbotTazToolheadSelectPage(LulzbotToolheadSelectPage): profile.putProfileSetting('nozzle_size', '0.6') profile.putMachineSetting('extruder_amount', '1') profile.putMachineSetting('toolhead', 'Flexystruder V%d' % self.version) - profile.putMachineSetting('toolhead_shortname', 'Flexy v%d' % self.version) + profile.putMachineSetting('toolhead_shortname', 'Flexystruder v%d' % self.version) profile.putMachineSetting('machine_type', 'lulzbot_TAZ_%d_FlexystruderV%d' % version) elif self.dually.GetValue(): profile.putProfileSetting('nozzle_size', '0.5')