From: daid Date: Mon, 10 Sep 2012 10:26:05 +0000 (+0200) Subject: Add temperature for simple mode, #192 X-Git-Tag: 13.03~335 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2b5529c9d5cdaf529ecfb4ad6d1c66f363aee0c1;p=cura.git Add temperature for simple mode, #192 --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index 97ce00e9..c5092657 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -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)