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:
5574caa
)
By default turn the fan off in the start code, because we enable it on the 2nd layer.
author
daid
<daid303@gmail.com>
Wed, 16 May 2012 14:47:51 +0000
(16:47 +0200)
committer
daid
<daid303@gmail.com>
Wed, 16 May 2012 14:47:51 +0000
(16:47 +0200)
Cura/util/profile.py
patch
|
blob
|
history
diff --git
a/Cura/util/profile.py
b/Cura/util/profile.py
index c85f90211e3e7155da015a56eb2af81e85845e27..67b31c95bb5e2d4a513e21ad9d006db470e9442d 100644
(file)
--- a/
Cura/util/profile.py
+++ b/
Cura/util/profile.py
@@
-80,6
+80,7
@@
alterationDefault = {
'start.gcode': """;Start GCode
\r
G21 ;metric values
\r
G90 ;absolute positioning
\r
+M107 ;start with the fan off
\r
\r
G28 X0 Y0 ;move X/Y to min endstops
\r
G28 Z0 ;move Z to min endstops
\r