chiark / gitweb /
Add machine center is zero to machine settings. Properly handle depricated max_z_spee...
[cura.git] / Cura / gui / simpleMode.py
index 5171dde1a23fc0a4b99f7dc8329eb72e917e9a8e..34aad5a85deeaa0139a3e03411ae192e64517f20 100644 (file)
@@ -93,7 +93,6 @@ class simpleModePanel(wx.Panel):
                put('retraction_amount', '4.5')
                put('retraction_extra', '0.0')
                put('travel_speed', '150')
-               put('max_z_speed', '3.0')
                put('bottom_layer_speed', '25')
                put('cool_min_layer_time', '5')
                put('fan_enabled', 'True')
@@ -159,7 +158,7 @@ class simpleModePanel(wx.Panel):
                        put('skirt_line_count', '0')
                        put('fan_layer', '1')
                        put('bottom_thickness', '0.0')
-                       put('print_temperature', '260')
+                       put('print_temperature', '245')
                put('plugin_config', '')
 
        def updateProfileToControls(self):