chiark / gitweb /
By default turn the fan off in the start code, because we enable it on the 2nd layer.
authordaid <daid303@gmail.com>
Wed, 16 May 2012 14:47:51 +0000 (16:47 +0200)
committerdaid <daid303@gmail.com>
Wed, 16 May 2012 14:47:51 +0000 (16:47 +0200)
Cura/util/profile.py

index c85f90211e3e7155da015a56eb2af81e85845e27..67b31c95bb5e2d4a513e21ad9d006db470e9442d 100644 (file)
@@ -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