chiark / gitweb /
Fix the flexystruder shortname
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 31 Jul 2015 21:00:50 +0000 (17:00 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 31 Jul 2015 21:00:50 +0000 (17:00 -0400)
Cura/gui/configWizard.py

index fb25a4064132cb5ea7085ba04d58c07648b6ec18..ab1d3846650df47c9d7e599bd0dda161b9a0d828 100644 (file)
@@ -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')