From fea6f4083175f74f09ebbbd93ae3f1825c411b4b Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 31 Jul 2015 17:00:50 -0400 Subject: [PATCH] Fix the flexystruder shortname --- 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 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') -- 2.30.2