From 0126d9317735097ebd8645acd4bdbe4ab432072c Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 11 Nov 2013 15:57:14 +0100 Subject: [PATCH] Rename Ultimaker to Ultimaker Original --- 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 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)') -- 2.30.2