chiark / gitweb /
Update the firmware update dialog a bit, some better margins on the controls, and...
[cura.git] / Cura / gui / configWizard.py
index 16452b4604abdfd625afdd2b98b248f50fd723b0..9fa0c7ba91bdbe57747381dbcf871d78d76228a0 100644 (file)
@@ -335,6 +335,7 @@ class MachineSelectPage(InfoPage):
                return True
 
        def StoreData(self):
+               profile.putProfileSetting('retraction_enable', 'True')
                if self.Ultimaker2Radio.GetValue():
                        profile.putMachineSetting('machine_width', '230')
                        profile.putMachineSetting('machine_depth', '225')
@@ -345,7 +346,6 @@ class MachineSelectPage(InfoPage):
                        profile.putMachineSetting('has_heated_bed', 'True')
                        profile.putMachineSetting('gcode_flavor', 'UltiGCode')
                        profile.putProfileSetting('nozzle_size', '0.4')
-                       profile.putProfileSetting('retraction_enable', 'True')
                        profile.putMachineSetting('extruder_head_size_min_x', '40.0')
                        profile.putMachineSetting('extruder_head_size_min_y', '10.0')
                        profile.putMachineSetting('extruder_head_size_max_x', '60.0')
@@ -374,7 +374,6 @@ class MachineSelectPage(InfoPage):
                        profile.putMachineSetting('gcode_flavor', 'RepRap (Marlin/Sprinter)')
                        profile.putPreference('startMode', 'Normal')
                        profile.putProfileSetting('nozzle_size', '0.5')
-                       profile.putProfileSetting('retraction_enable', 'True')
                profile.checkAndUpdateMachineName()
                profile.putProfileSetting('wall_thickness', float(profile.getProfileSetting('nozzle_size')) * 2)
                if self.SubmitUserStats.GetValue():