From: daid Date: Wed, 16 May 2012 14:47:51 +0000 (+0200) Subject: By default turn the fan off in the start code, because we enable it on the 2nd layer. X-Git-Tag: RC4~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4c8086d29475fb8f2bab618f6e866a3627ff2f56;p=cura.git By default turn the fan off in the start code, because we enable it on the 2nd layer. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index c85f9021..67b31c95 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -80,6 +80,7 @@ alterationDefault = { 'start.gcode': """;Start GCode G21 ;metric values G90 ;absolute positioning +M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops