chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d92130
)
Make the low quality profile faster.
author
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 14:01:46 +0000
(16:01 +0200)
committer
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 14:01:46 +0000
(16:01 +0200)
Cura/gui/simpleMode.py
patch
|
blob
|
history
diff --git
a/Cura/gui/simpleMode.py
b/Cura/gui/simpleMode.py
index 3e77ada10f62b8b470be681089ae3704505476d0..874863c00715bdafe0c4e5683ab99bf08787494d 100644
(file)
--- a/
Cura/gui/simpleMode.py
+++ b/
Cura/gui/simpleMode.py
@@
-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)