chiark / gitweb /
Rename Ultimaker to Ultimaker Original
authordaid <daid303@gmail.com>
Mon, 11 Nov 2013 14:57:14 +0000 (15:57 +0100)
committerdaid <daid303@gmail.com>
Mon, 11 Nov 2013 14:57:14 +0000 (15:57 +0100)
Cura/gui/configWizard.py

index 00d41dedb308a7546f96d2629d7725e35108dbde..ecf0ad61cb482cdb40743ef5ae7ea5248e2ca084 100644 (file)
@@ -311,7 +311,7 @@ class MachineSelectPage(InfoPage):
                self.Ultimaker2Radio = self.AddRadioButton("Ultimaker2", style=wx.RB_GROUP)
                self.Ultimaker2Radio.SetValue(True)
                self.Ultimaker2Radio.Bind(wx.EVT_RADIOBUTTON, self.OnUltimaker2Select)
-               self.UltimakerRadio = self.AddRadioButton("Ultimaker")
+               self.UltimakerRadio = self.AddRadioButton("Ultimaker Original")
                self.UltimakerRadio.Bind(wx.EVT_RADIOBUTTON, self.OnUltimakerSelect)
                self.OtherRadio = self.AddRadioButton(_("Other (Ex: RepRap, MakerBot)"))
                self.OtherRadio.Bind(wx.EVT_RADIOBUTTON, self.OnOtherSelect)
@@ -359,7 +359,7 @@ class MachineSelectPage(InfoPage):
                        profile.putMachineSetting('machine_width', '205')
                        profile.putMachineSetting('machine_depth', '205')
                        profile.putMachineSetting('machine_height', '200')
-                       profile.putMachineSetting('machine_name', 'ultimaker')
+                       profile.putMachineSetting('machine_name', 'ultimaker original')
                        profile.putMachineSetting('machine_type', 'ultimaker')
                        profile.putMachineSetting('machine_center_is_zero', 'False')
                        profile.putMachineSetting('gcode_flavor', 'RepRap (Marlin/Sprinter)')