chiark / gitweb /
Make the low quality profile faster.
authordaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 14:01:46 +0000 (16:01 +0200)
committerdaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 14:01:46 +0000 (16:01 +0200)
Cura/gui/simpleMode.py

index 3e77ada10f62b8b470be681089ae3704505476d0..874863c00715bdafe0c4e5683ab99bf08787494d 100644 (file)
@@ -228,6 +228,7 @@ class simpleModeWindow(configBase.configWindowBase):
                        put('layer_height', '0.3')
                        put('fill_density', '10')
                        put('print_speed', '80')
+                       put('cool_min_layer_time', '3')
                        put('bottom_layer_speed', '40')
                elif self.printTypeHigh.GetValue():
                        put('wall_thickness', nozzle_size * 2.0)