chiark / gitweb /
Add temperature for simple mode, #192
authordaid <daid303@gmail.com>
Mon, 10 Sep 2012 10:26:05 +0000 (12:26 +0200)
committerdaid <daid303@gmail.com>
Mon, 10 Sep 2012 10:26:05 +0000 (12:26 +0200)
Cura/gui/simpleMode.py

index 97ce00e9e9cfc8ac5463bc8315159aa7ee4d5d17..c509265703d3b6de5269d433fb9114aa87b10338 100644 (file)
@@ -179,7 +179,7 @@ class simpleModeWindow(configBase.configWindowBase):
                put('skirt_line_count', '1')
                put('skirt_gap', '6.0')
                put('print_speed', '50')
-               put('print_temperature', '0')
+               put('print_temperature', '230')
                put('support', 'None')
                #put('machine_center_x', '100')
                #put('machine_center_y', '100')
@@ -260,6 +260,7 @@ class simpleModeWindow(configBase.configWindowBase):
                        put('skirt_line_count', '0')
                        put('fan_layer', '1')
                        put('bottom_thickness', '0.0')
+                       put('print_temperature', '260')
                
                #Create a progress panel and add it to the window. The progress panel will start the Skein operation.
                spp = sliceProgessPanel.sliceProgessPanel(self, self, self.filelist)