From 4c8086d29475fb8f2bab618f6e866a3627ff2f56 Mon Sep 17 00:00:00 2001 From: daid Date: Wed, 16 May 2012 16:47:51 +0200 Subject: [PATCH] By default turn the fan off in the start code, because we enable it on the 2nd layer. --- Cura/util/profile.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2