chiark / gitweb /
Update the defualt profile qualities to better reflect what the machine can do.
authordaid303 <daid303@gmail.com>
Tue, 9 Apr 2013 09:13:13 +0000 (11:13 +0200)
committerdaid303 <daid303@gmail.com>
Tue, 9 Apr 2013 09:13:13 +0000 (11:13 +0200)
Cura/gui/simpleMode.py

index 08ed742185f0a7a6df32cdd819f90cbd84d108f2..49dbd75ad96cff51114cf7a18ba161d56e50c396 100644 (file)
@@ -105,7 +105,7 @@ class simpleModePanel(wx.Panel):
                nozzle_size = float(get('nozzle_size'))
                if self.printTypeNormal.GetValue():
                        put('wall_thickness', nozzle_size * 2.0)
-                       put('layer_height', '0.2')
+                       put('layer_height', '0.15')
                        put('fill_density', '20')
                elif self.printTypeLow.GetValue():
                        put('wall_thickness', nozzle_size * 1.4)
@@ -116,7 +116,7 @@ class simpleModePanel(wx.Panel):
                        put('bottom_layer_speed', '40')
                elif self.printTypeHigh.GetValue():
                        put('wall_thickness', nozzle_size * 2.0)
-                       put('layer_height', '0.1')
+                       put('layer_height', '0.6')
                        put('fill_density', '25')
                        put('bottom_layer_speed', '15')
                        put('bottom_thickness', '0.25')