From: daid Date: Mon, 11 Nov 2013 14:57:14 +0000 (+0100) Subject: Rename Ultimaker to Ultimaker Original X-Git-Tag: 13.11.2~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0126d9317735097ebd8645acd4bdbe4ab432072c;p=cura.git Rename Ultimaker to Ultimaker Original --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 00d41ded..ecf0ad61 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -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)')